Skip to content

Commit 07512f3

Browse files
committed
fix: make underscore-plus a devDep
1 parent 92be9d8 commit 07512f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"delegato": "^1.0.0",
6060
"element-resize-detector": "^1.2.1",
6161
"fs-plus": "^3.1.1",
62-
"mixto": "^1.0.0",
63-
"underscore-plus": "^1.7.0"
62+
"mixto": "^1.0.0"
6463
},
6564
"devDependencies": {
6665
"@types/atom": "^1.40.5",
@@ -74,7 +73,8 @@
7473
"rollup": "2.36.1",
7574
"rollup-plugin-atomic": "^2.0.1",
7675
"shx": "^0.3.3",
77-
"standard": "^16.0.3"
76+
"standard": "^16.0.3",
77+
"underscore-plus": "^1.7.0"
7878
},
7979
"standard": {
8080
"globals": [

0 commit comments

Comments
 (0)