Skip to content

Commit b8fdc89

Browse files
committed
fix: lodash.camelcase should not be dev dependency
1 parent 265c600 commit b8fdc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
],
3434
"dependencies": {
3535
"bootstrap-slider": "^10.4.2",
36+
"lodash.camelcase": "^4.3.0",
3637
"lodash.snakecase": "^4.1.1",
3738
"lodash.throttle": "^4.1.1"
3839
},
@@ -56,7 +57,6 @@
5657
"eslint-plugin-standard": "^4.0.0",
5758
"eslint-plugin-vue": "^5.0.0",
5859
"jest": "^23.6.0",
59-
"lodash.camelcase": "^4.3.0",
6060
"rollup": "^0.68.0",
6161
"rollup-plugin-buble": "^0.19.6",
6262
"rollup-plugin-commonjs": "^9.2.0",

0 commit comments

Comments
 (0)