Skip to content

Commit a178012

Browse files
committed
refactor(npm): move to modules relates with MyLinter tot dependencies
1 parent cb5b318 commit a178012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"eslint": "^1.3.0",
3737
"eslint-plugin-markdown": "git://github.com/eslint/eslint-plugin-markdown.git",
3838
"espower-babel": "^3.3.0",
39-
"esprima": "^2.5.0",
40-
"estraverse": "^4.1.0",
4139
"gitbook-cli": "^0.3.4",
4240
"gitbook-plugin-richquotes": "0.0.5",
4341
"gitbook-summary-to-path": "^1.0.1",
@@ -48,6 +46,8 @@
4846
"textlint-rule-spellcheck-tech-word": "^4.0.1"
4947
},
5048
"dependencies": {
49+
"esprima": "^2.5.0",
50+
"estraverse": "^4.1.0",
5151
"jquery": "^2.1.4"
5252
}
5353
}

0 commit comments

Comments
 (0)