Skip to content

Commit

Permalink
fix: fix repository npm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer committed Jun 18, 2017
1 parent fc7be5f commit f465390
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"test:unit": "NODE_ENV=test mocha './src/**/*.spec.js' --compilers js:babel-register",
"test:unit:watch": "NODE_ENV=test mocha './src/**/*.spec.js' -w --compilers js:babel-register"
},
"repository": "git+https://github.com/jesselpalmer/cs.js.git",
"repository": {
"type": "git",
"url": "https://github.com/jesselpalmer/cs.js"
},
"engines": {
"node": ">=4.2.4"
},
Expand Down

0 comments on commit f465390

Please sign in to comment.