From 9cd79e1df2c61fafe43c649cf3d9fd33d8b90f7c Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 23 Oct 2018 23:26:05 -0700 Subject: [PATCH] Update package.json ... node_modules/codecov.io/lib/getConfiguration.js:27 throw new Error("unknown service. could not get configuration"); ^ Error: unknown service. could not get configuration at module.exports ... --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index ce56d64e..1d505fa3 100644 --- a/package.json +++ b/package.json @@ -36,21 +36,16 @@ "nock": "^2.13.0" }, "scripts": { - "build": "gulp", "compile": "babel --optional runtime -d distrib/npm/ src/", "compile-with-source-maps": "babel --optional runtime -s -t -d distrib/npm/ src/", "prepublish": "npm test && npm run lint && npm run compile", "test": "istanbul test _mocha", - "codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js", "lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; echo 'parser: babel-eslint' >> eslintrc; fi; eslint -c eslintrc src/*.js test/*.js" }, "repository": { "type": "git", "url": "git://github.com/ripple/ripple-keypairs.git" }, - "engines": { - "node": ">=0.12.0" - }, "bugs": { "url": "https://github.com/ripple/ripple-keypairs/issues" },