Skip to content

Commit

Permalink
add link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
vspirin committed Feb 2, 2017
1 parent 0727922 commit 73c73b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
@@ -1,7 +1,11 @@
{
"name": "no-if",
"version": "1.0.4",
"version": "1.0.5",
"description": "Do not use if keyword",
"repository": {
"type": "git",
"url": "git://github.com/spirinvladimir/no-if.git"
},
"scripts": {
"test": "istanbul cover test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls"
},
Expand Down

0 comments on commit 73c73b7

Please sign in to comment.