From 48beb0e0ee9b34f849ae199775e5985d0ce5ea56 Mon Sep 17 00:00:00 2001 From: azu Date: Wed, 16 Sep 2015 09:43:03 +0900 Subject: [PATCH 1/2] chore(coveralls): remove coveralls script --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 626eab2..7541ec2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", From 3a2a9d5685b5c8bcea456b97ef8ce5db393acbf1 Mon Sep 17 00:00:00 2001 From: azu Date: Wed, 16 Sep 2015 09:44:23 +0900 Subject: [PATCH 2/2] chore(travis): remove coveralls script close #62 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7c2ca3..4fa9355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,3 @@ node_js: "stable" cache: directories: - node_modules -after_script: - - npm run-script coveralls