File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 7
7
"doc" : " doc"
8
8
},
9
9
"scripts" : {
10
- "test" : " npm run eslint && npm run mocha && gulp build" ,
11
- "mocha" : " mocha --recursive tools/spec" ,
10
+ "test" : " npm run eslint && gulp build" ,
12
11
"serve" : " gulp serve --prod" ,
13
12
"clean" : " gulp clean" ,
14
13
"update-docs" : " gulp snapshot" ,
22
21
"browser-sync" : " ^2.8.0" ,
23
22
"browserify" : " ^10.2.4" ,
24
23
"chalk" : " ^2.3.1" ,
25
- "cheerio" : " ^0.17.0" ,
26
24
"classnames" : " ^2.1.2" ,
27
25
"envify" : " ^3.4.0" ,
28
26
"fs-extra" : " ^0.11.1" ,
35
33
"gulp-sass" : " ^4.0.2" ,
36
34
"gulp-uglify" : " ^1.2.0" ,
37
35
"gulp-util" : " ^3.0.5" ,
38
- "jodoc" : " git+https://github.com/kant2002/jodoc-js.git" ,
39
36
"js-yaml" : " ^3.2.2" ,
40
37
"ncp" : " ^2.0.0" ,
41
38
"optimist" : " ^0.6.1" ,
42
39
"preact" : " ^8.2.5" ,
43
40
"preact-compat" : " ^3.17.0" ,
44
- "q" : " ^1.4.1" ,
45
- "shelljs" : " ^0.3.0" ,
46
41
"vinyl-buffer" : " ^1.0.0" ,
47
- "vinyl-source-stream" : " ^1.1.0" ,
48
- "walk" : " ^2.3.9"
42
+ "vinyl-source-stream" : " ^1.1.0"
49
43
},
50
44
"devDependencies" : {
51
45
"babel-plugin-transform-react-jsx" : " ^6.24.1" ,
61
55
"eslint-plugin-standard" : " ^3.0.1" ,
62
56
"glob" : " ^7.0.3" ,
63
57
"gulp-htmllint" : " ^0.0.5" ,
64
- "mocha" : " ^1.21.4" ,
65
58
"simplecrawler" : " ^0.5.2"
66
59
},
67
60
"repository" : {
You can’t perform that action at this time.
0 commit comments