Merge pull request #288 from nfischer/update-package-json

chore: update github URL in package.json
This commit is contained in:
Ari Porad 2016-01-14 06:34:23 -08:00
commit fd278ea6b2

View File

@ -13,10 +13,10 @@
],
"repository": {
"type": "git",
"url": "git://github.com/arturadib/shelljs.git"
"url": "git://github.com/shelljs/shelljs.git"
},
"license": "BSD-3-Clause",
"homepage": "http://github.com/arturadib/shelljs",
"homepage": "http://github.com/shelljs/shelljs",
"main": "./shell.js",
"scripts": {
"test": "node scripts/run-tests"