Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ node_js: "stable"
cache:
directories:
- node_modules
after_script:
- npm run-script coveralls
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"textlint": "summary-to-path | xargs textlint -f pretty-error",
"test:example": "find ./src -name '*-example.js' | xargs babel-node",
"test:js": "mocha",
"test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build",
"coveralls": "punctuate-coverage 'ja/**/*.md' | coveralls"
"test": "npm-run-all --parallel test:js test:example textlint eslint:md eslint build"
},
"keywords": [
"ebook",
Expand All @@ -37,7 +36,6 @@
"devDependencies": {
"babel": "^5.8.23",
"connect": "^3.4.0",
"coveralls": "^2.11.4",
"eslint": "^1.3.0",
"eslint-plugin-markdown": "git://github.com/eslint/eslint-plugin-markdown.git",
"espower-babel": "^3.3.0",
Expand All @@ -51,7 +49,6 @@
"node-fetch": "^1.3.2",
"npm-run-all": "^1.2.8",
"power-assert": "^1.0.0",
"punctuate-coverage": "^1.0.3",
"textlint": "^3.3.0",
"textlint-rule-max-ten": "^1.1.0",
"textlint-rule-no-mix-dearu-desumasu": "^1.0.1",
Expand Down