release: cut the 4.4.2 release

This commit is contained in:
Igor Minar
2017-09-18 21:14:03 -07:00
parent ff8729423e
commit 49d122e560
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@angular/compiler-cli",
"version": "4.4.1",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - the compiler CLI for Node.js",
"main": "index.js",
"typings": "index.d.ts",
@ -9,7 +9,7 @@
"ng-xi18n": "./src/extract_i18n.js"
},
"dependencies": {
"@angular/tsc-wrapped": "4.3.6",
"@angular/tsc-wrapped": "0.0.0-PLACEHOLDER",
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0"
},