Skip to content

Commit 0c9b0cd

Browse files
author
Tom Kirkpatrick
committed
fix: move require-all from devDependencies to dependencies
1 parent 29327ec commit 0c9b0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"dependencies": {
2828
"app-root-path": "2.0.1",
2929
"debug": "2.6.8",
30-
"lodash.kebabcase": "4.1.1"
30+
"lodash.kebabcase": "4.1.1",
31+
"require-all": "2.2.0"
3132
},
3233
"devDependencies": {
3334
"@bubltechnology/customizable-commit-analyzer": "1.0.2-0",
@@ -41,7 +42,6 @@
4142
"loopback-boot": "2.24.0",
4243
"mocha": "3.4.2",
4344
"nyc": "11.0.2",
44-
"require-all": "2.2.0",
4545
"semantic-release": "6.3.6",
4646
"strong-error-handler": "2.1.0"
4747
},

0 commit comments

Comments
 (0)