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