mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-24 22:25:48 +00:00
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 ...
This commit is contained in:
@@ -36,21 +36,16 @@
|
|||||||
"nock": "^2.13.0"
|
"nock": "^2.13.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp",
|
|
||||||
"compile": "babel --optional runtime -d distrib/npm/ src/",
|
"compile": "babel --optional runtime -d distrib/npm/ src/",
|
||||||
"compile-with-source-maps": "babel --optional runtime -s -t -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",
|
"prepublish": "npm test && npm run lint && npm run compile",
|
||||||
"test": "istanbul test _mocha",
|
"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"
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/ripple/ripple-keypairs.git"
|
"url": "git://github.com/ripple/ripple-keypairs.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": ">=0.12.0"
|
|
||||||
},
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ripple/ripple-keypairs/issues"
|
"url": "https://github.com/ripple/ripple-keypairs/issues"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user