File tree Expand file tree Collapse file tree 3 files changed +376
-217
lines changed Expand file tree Collapse file tree 3 files changed +376
-217
lines changed Original file line number Diff line number Diff line change 17
17
"url" :
" git+ssh://[email protected] /bit-docs/bit-docs-tag-demo.git"
18
18
},
19
19
"scripts" : {
20
+ "generate" : " node test/generate" ,
21
+ "preversion" : " npm test" ,
22
+ "postversion" : " git push --tags && git push" ,
20
23
"release:major" : " npm version major && npm publish" ,
21
24
"release:minor" : " npm version minor && npm publish" ,
22
25
"release:patch" : " npm version patch && npm publish" ,
23
26
"release:pre" : " npm version prerelease && npm publish" ,
24
- "test" : " mocha test.js --reporter spec" ,
25
- "preversion" : " npm test" ,
26
- "postversion" : " git push --tags && git push"
27
+ "test" : " npm run generate && mocha test.js"
27
28
},
28
29
"devDependencies" : {
29
30
"bit-docs-generate-html" : " 0.5.0-pre.4" ,
30
31
"can-stache" : " 3.7.2" ,
31
- "express" : " ^4.15 .2" ,
32
+ "express" : " ^4.16 .2" ,
32
33
"mocha" : " ^3.2.0" ,
33
- "rimraf " : " ^2.6.1 " ,
34
+ "puppeteer " : " ^0.13.0 " ,
34
35
"steal" : " ^1.4.6" ,
35
- "steal-less" : " ^1.2.0" ,
36
- "zombie" : " ^5.0.5"
36
+ "steal-less" : " ^1.2.0"
37
37
},
38
38
"steal" : {
39
39
"plugins" : [
You can’t perform that action at this time.
0 commit comments