Add repository field to package, use cache again on CI

pull/41/head
cgewecke 8 years ago
parent 4c97e7a764
commit 1958adfbe3
  1. 3
      circle.yml
  2. 4
      package.json

@ -1,9 +1,6 @@
machine:
node:
version: 6.11.0
dependencies:
pre:
- rm -rf node_modules/
test:
override:
- npm run test-cov

@ -14,6 +14,10 @@
"lint": "./node_modules/.bin/eslint --fix ./"
},
"homepage": "https://github.com/sc-forks/solidity-coverage",
"repository": {
"type": "git",
"url": "https://github.com/sc-forks/solidity-coverage.git"
},
"author": "",
"license": "ISC",
"dependencies": {

Loading…
Cancel
Save