Skip to content

Commit

Permalink
fix: move require-all from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kirkpatrick committed Jun 6, 2017
1 parent 29327ec commit 0c9b0cd
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 @@ -27,7 +27,8 @@
"dependencies": {
"app-root-path": "2.0.1",
"debug": "2.6.8",
"lodash.kebabcase": "4.1.1"
"lodash.kebabcase": "4.1.1",
"require-all": "2.2.0"
},
"devDependencies": {
"@bubltechnology/customizable-commit-analyzer": "1.0.2-0",
Expand All @@ -41,7 +42,6 @@
"loopback-boot": "2.24.0",
"mocha": "3.4.2",
"nyc": "11.0.2",
"require-all": "2.2.0",
"semantic-release": "6.3.6",
"strong-error-handler": "2.1.0"
},
Expand Down

0 comments on commit 0c9b0cd

Please sign in to comment.