Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
- moves body-parser to dependencies instead of devDependencies
  • Loading branch information
gabrielcsapo committed May 15, 2019
1 parent 9b0a414 commit fa137bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.1 (05/14/2019)

- moves body-parser to dependencies instead of devDependencies

# 1.3.0 (05/14/2019)

- cleans up cli logic (ensures async block runs and catches)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lcov-server",
"version": "1.3.0",
"version": "1.3.1",
"description": "🎯 A simple lcov server & cli parser",
"main": "index.js",
"homepage": "https://github.com/gabrielcsapo/lcov-server#readme",
Expand Down Expand Up @@ -54,6 +54,7 @@
"dependencies": {
"babel-polyfill": "^6.26.0",
"badgeit": "^0.1.1",
"body-parser": "^1.19.0",
"compression": "^1.7.1",
"express": "^4.16.2",
"git-url-parse": "^11.1.2",
Expand All @@ -73,7 +74,6 @@
"@storybook/react": "^5.0.11",
"babel-loader": "^8.0.6",
"babel-minify-webpack-plugin": "^0.3.1",
"body-parser": "^1.19.0",
"css-loader": "^2.1.1",
"docdash": "^1.1.0",
"eslint": "^5.16.0",
Expand Down

0 comments on commit fa137bc

Please sign in to comment.