chore(update): Update package.json repo fields
Showing
{ | { | ||
"name": "es6-shim", | "name": "angular2/quickstart", | ||
"version": "0.0.1", | "version": "0.0.1", | ||
"description": "", | "description": "", | ||
"main": "gulpfile.js", | "main": "gulpfile.js", | ||
... | @@ -13,14 +13,14 @@ | ... | @@ -13,14 +13,14 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/davideast/es6-shim.git" | "url": "https://github.com/angular/quickstart.git" | ||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "Apache 2.0", | "license": "Apache 2.0", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/davideast/es6-shim/issues" | "url": "https://github.com/angular/quickstart/issues" | ||
}, | }, | ||
"homepage": "https://github.com/davideast/es6-shim", | "homepage": "https://github.com/angular/quickstart", | ||
"devDependencies": { | "devDependencies": { | ||
"del": "^1.1.1", | "del": "^1.1.1", | ||
"gulp": "^3.8.11", | "gulp": "^3.8.11", | ||
... | ... |
Please register or sign in to comment