Skip to content

Commit 2968e99

Browse files
committed
package.json: minimist is not a dev dependency.
It is used in the cli script.
1 parent 435f7b8 commit 2968e99

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
@@ -35,7 +35,8 @@
3535
"dependencies": {
3636
"entities": "~1.1.1",
3737
"mdurl": "~1.0.1",
38-
"string.prototype.repeat": "^0.2.0"
38+
"string.prototype.repeat": "^0.2.0",
39+
"minimist": "~1.2.0"
3940
},
4041
"directories": {
4142
"lib": "./lib"
@@ -50,7 +51,6 @@
5051
"rollup-plugin-uglify": "^6.0.4",
5152
"@rollup/plugin-json": "^4.0.1",
5253
"rollup": "^1.29.0",
53-
"minimist": "~1.2.0",
5454
"benchmark": "^2.1.4",
5555
"bower": "^1.8.8",
5656
"cached-path-relative": "^1.0.2",

0 commit comments

Comments
 (0)