feat(elements): update package.json with latest (#22413)

PR Close #22413
This commit is contained in:
Andrew Seguin 2018-03-15 16:10:08 -07:00 committed by Miško Hevery
parent fe21437232
commit 2e450f6fda
1 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"author": "angular", "author": "angular",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^1.7.1" "tslib": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-PLACEHOLDER",
@ -19,5 +19,9 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/angular/angular.git" "url": "https://github.com/angular/angular.git"
} },
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
} }