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/compiler",
"version": "$$ANGULAR_VERSION$$",
"version": "0.0.0-PLACEHOLDER",
"description": "",
"main": "index.js",
"jsnext:main": "esm/index.js",
@ -8,7 +8,7 @@
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/core": "$$ANGULAR_VERSION$$"
"@angular/core": "0.0.0-PLACEHOLDER"
},
"repository": {
"type": "git",