Add in missing repository field to package.json
Removes the following warning when doing a `npm install`: 'npm WARN package.json jasmine-core@2.0.0-rc5 No repository field.'
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.0.0-rc5",
|
"version": "2.0.0-rc5",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/pivotal/jasmine.git"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
"grunt-contrib-jshint": "~0.7.0",
|
"grunt-contrib-jshint": "~0.7.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user