File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments