chore(package.json): make the packages installable

This commit is contained in:
Alex Eagle
2016-05-27 16:17:16 -07:00
parent 040b101842
commit c6064a30a1
13 changed files with 42 additions and 42 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@angular/http",
"version": "$$ANGULAR_VERSION$$",
"version": "0.0.0-PLACEHOLDER",
"description": "",
"main": "index.js",
"jsnext:main": "esm/index.js",
@ -9,7 +9,7 @@
"license": "MIT",
"peerDependencies": {
"rxjs": "5.0.0-beta.6",
"@angular/core": "$$ANGULAR_VERSION$$"
"@angular/core": "0.0.0-PLACEHOLDER"
},
"repository": {
"type": "git",