Skip to content

Commit

Permalink
Including csv-* from lib, don't need them in node_modules in package
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshire137 committed Jul 16, 2018
1 parent 8ca5a1b commit 758e7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"csv-parse": "^2.5.0",
"csv-stringify": "^3.1.1",
"electron-log": "^2.2.16",
"nedb": "^1.8.0"
},
Expand All @@ -26,6 +24,8 @@
"electron-build-windows": "npm run build && node node_modules\\electron-packager\\cli.js . --out=dist --overwrite --platform=win32 --arch=all"
},
"devDependencies": {
"csv-parse": "^2.5.0",
"csv-stringify": "^3.1.1",
"electron": "^2.0.4",
"electron-packager": "^12.1.0",
"foreman": "^3.0.1",
Expand Down

0 comments on commit 758e7ee

Please sign in to comment.