File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ node_js: "stable"
4
4
cache :
5
5
directories :
6
6
- node_modules
7
- after_script :
8
- - npm run-script coveralls
Original file line number Diff line number Diff line change 26
26
"textlint" : " summary-to-path | xargs textlint -f pretty-error" ,
27
27
"test:example" : " find ./src -name '*-example.js' | xargs babel-node" ,
28
28
"test:js" : " mocha" ,
29
- "test" : " npm-run-all --parallel test:js test:example textlint eslint:md eslint build" ,
30
- "coveralls" : " punctuate-coverage 'ja/**/*.md' | coveralls"
29
+ "test" : " npm-run-all --parallel test:js test:example textlint eslint:md eslint build"
31
30
},
32
31
"keywords" : [
33
32
" ebook" ,
37
36
"devDependencies" : {
38
37
"babel" : " ^5.8.23" ,
39
38
"connect" : " ^3.4.0" ,
40
- "coveralls" : " ^2.11.4" ,
41
39
"eslint" : " ^1.3.0" ,
42
40
"eslint-plugin-markdown" : " git://github.com/eslint/eslint-plugin-markdown.git" ,
43
41
"espower-babel" : " ^3.3.0" ,
51
49
"node-fetch" : " ^1.3.2" ,
52
50
"npm-run-all" : " ^1.2.8" ,
53
51
"power-assert" : " ^1.0.0" ,
54
- "punctuate-coverage" : " ^1.0.3" ,
55
52
"textlint" : " ^3.3.0" ,
56
53
"textlint-rule-max-ten" : " ^1.1.0" ,
57
54
"textlint-rule-no-mix-dearu-desumasu" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments