Skip to content

Commit 403728f

Browse files
committed
Move npm-run-all to devDependencies
1 parent 15215d4 commit 403728f

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
@@ -26,7 +26,6 @@
2626
"homepage": "https://github.com/nodaguti/textlint-rule-write-good",
2727
"repository": "nodaguti/textlint-rule-write-good",
2828
"dependencies": {
29-
"npm-run-all": "^1.6.0",
3029
"textlint-rule-helper": "^1.1.5",
3130
"write-good": "^0.9.1"
3231
},
@@ -38,6 +37,7 @@
3837
"eslint": "^2.5.1",
3938
"eslint-config-airbnb": "^6.2.0",
4039
"mocha": "^2.4.5",
40+
"npm-run-all": "^1.6.0",
4141
"power-assert": "^1.3.1",
4242
"textlint": "^6.0.3",
4343
"textlint-tester": "^1.2.0"

0 commit comments

Comments
 (0)