Skip to content

Commit

Permalink
correcting package.json repo
Browse files Browse the repository at this point in the history
  • Loading branch information
scott committed Aug 16, 2017
1 parent 67f1867 commit 2bae521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"scripts": {
"test": "mocha test && npm run coverage",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"doctoc": "doctoc --guthub ."
"doctoc": "doctoc --github ."
},
"repository": {
"type": "git",
"url": "https://homedad@github.com/ponycode/pony-config.git"
"url": "https://github.com/ponycode/pony-config.git"
},
"keywords": [
"config",
Expand Down

0 comments on commit 2bae521

Please sign in to comment.