Skip to content

Commit

Permalink
Move acorn to dependency
Browse files Browse the repository at this point in the history
We dont really need it but its needed for Standard and gulp-sourcemaps.

Heroku removes dev dependency by default.
  • Loading branch information
aliuk2012 committed Jan 4, 2019
1 parent 02e7a72 commit e6ed4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "npm run lint && gulp generate-assets && jest"
},
"dependencies": {
"acorn": "^6.0.5",
"ansi-colors": "^3.2.3",
"basic-auth": "^2.0.0",
"basic-auth-connect": "^1.0.0",
Expand Down Expand Up @@ -51,7 +52,6 @@
]
},
"devDependencies": {
"acorn": "^6.0.5",
"jest": "^23.6.0",
"standard": "^12.0.1",
"supertest": "^3.0.0"
Expand Down

0 comments on commit e6ed4ff

Please sign in to comment.