Skip to content

Commit fa137bc

Browse files
committed
1.3.1
- moves body-parser to dependencies instead of devDependencies
1 parent 9b0a414 commit fa137bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.3.1 (05/14/2019)
2+
3+
- moves body-parser to dependencies instead of devDependencies
4+
15
# 1.3.0 (05/14/2019)
26

37
- cleans up cli logic (ensures async block runs and catches)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lcov-server",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "🎯 A simple lcov server & cli parser",
55
"main": "index.js",
66
"homepage": "https://github.com/gabrielcsapo/lcov-server#readme",
@@ -54,6 +54,7 @@
5454
"dependencies": {
5555
"babel-polyfill": "^6.26.0",
5656
"badgeit": "^0.1.1",
57+
"body-parser": "^1.19.0",
5758
"compression": "^1.7.1",
5859
"express": "^4.16.2",
5960
"git-url-parse": "^11.1.2",
@@ -73,7 +74,6 @@
7374
"@storybook/react": "^5.0.11",
7475
"babel-loader": "^8.0.6",
7576
"babel-minify-webpack-plugin": "^0.3.1",
76-
"body-parser": "^1.19.0",
7777
"css-loader": "^2.1.1",
7878
"docdash": "^1.1.0",
7979
"eslint": "^5.16.0",

0 commit comments

Comments
 (0)