fix(build): Release compiler_cli packages along with rest of @angular packages and use ANGULAR_VERSION for package version and peer dependencies.
This commit is contained in:
parent
05266241af
commit
9a05ca95f6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@angular/compiler-cli",
|
"name": "@angular/compiler-cli",
|
||||||
"version": "0.2.0",
|
"version": "$$ANGULAR_VERSION$$",
|
||||||
"description": "Execute angular2 template compiler in nodejs.",
|
"description": "Execute angular2 template compiler in nodejs.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
@ -15,9 +15,9 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^1.9.0-dev",
|
"typescript": "^1.9.0-dev",
|
||||||
"@angular/compiler": "^2.0.0-rc",
|
"@angular/compiler": "$$ANGULAR_VERSION$$",
|
||||||
"@angular/platform-server": "^2.0.0-rc",
|
"@angular/platform-server": "$$ANGULAR_VERSION$$",
|
||||||
"@angular/core": "^2.0.0-rc"
|
"@angular/core": "$$ANGULAR_VERSION$$"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -21,6 +21,7 @@ find ./dist/packages-dist/ -type f -name "*umd.js" -print0 | xargs -0 sed -i ''
|
|||||||
for PACKAGE in \
|
for PACKAGE in \
|
||||||
core \
|
core \
|
||||||
compiler \
|
compiler \
|
||||||
|
compiler_cli \
|
||||||
common \
|
common \
|
||||||
http \
|
http \
|
||||||
platform-browser \
|
platform-browser \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user