Use new jasmine github repo url

This commit is contained in:
Rohit Arondekar
2015-01-14 20:47:09 +05:30
parent 3140d5fb95
commit 9ad3eac469
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"version": "2.1.3",
"repository": {
"type": "git",
"url": "https://github.com/pivotal/jasmine.git"
"url": "https://github.com/jasmine/jasmine.git"
},
"description": "Official packaging of Jasmine's core files for use by Node.js projects.",
"homepage": "http://jasmine.github.io",
@@ -17,7 +17,7 @@
"grunt-contrib-compress": "~0.5.2",
"shelljs": "~0.1.4",
"glob": "~3.2.9",
"jasmine": "https://github.com/pivotal/jasmine-npm/archive/master.tar.gz",
"jasmine": "https://github.com/jasmine/jasmine-npm/archive/master.tar.gz",
"load-grunt-tasks": "^0.4.0"
}
}