Skip to content

Commit 0de7225

Browse files
committed
Remove more unused dependencies
1 parent fbf0caf commit 0de7225

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"doc": "doc"
88
},
99
"scripts": {
10-
"test": "npm run eslint && npm run mocha && gulp build",
11-
"mocha": "mocha --recursive tools/spec",
10+
"test": "npm run eslint && gulp build",
1211
"serve": "gulp serve --prod",
1312
"clean": "gulp clean",
1413
"update-docs": "gulp snapshot",
@@ -22,7 +21,6 @@
2221
"browser-sync": "^2.8.0",
2322
"browserify": "^10.2.4",
2423
"chalk": "^2.3.1",
25-
"cheerio": "^0.17.0",
2624
"classnames": "^2.1.2",
2725
"envify": "^3.4.0",
2826
"fs-extra": "^0.11.1",
@@ -35,17 +33,13 @@
3533
"gulp-sass": "^4.0.2",
3634
"gulp-uglify": "^1.2.0",
3735
"gulp-util": "^3.0.5",
38-
"jodoc": "git+https://github.com/kant2002/jodoc-js.git",
3936
"js-yaml": "^3.2.2",
4037
"ncp": "^2.0.0",
4138
"optimist": "^0.6.1",
4239
"preact": "^8.2.5",
4340
"preact-compat": "^3.17.0",
44-
"q": "^1.4.1",
45-
"shelljs": "^0.3.0",
4641
"vinyl-buffer": "^1.0.0",
47-
"vinyl-source-stream": "^1.1.0",
48-
"walk": "^2.3.9"
42+
"vinyl-source-stream": "^1.1.0"
4943
},
5044
"devDependencies": {
5145
"babel-plugin-transform-react-jsx": "^6.24.1",
@@ -61,7 +55,6 @@
6155
"eslint-plugin-standard": "^3.0.1",
6256
"glob": "^7.0.3",
6357
"gulp-htmllint": "^0.0.5",
64-
"mocha": "^1.21.4",
6558
"simplecrawler": "^0.5.2"
6659
},
6760
"repository": {

0 commit comments

Comments
 (0)