Skip to content

Commit

Permalink
feat(elements): update package.json with latest (#22413)
Browse files Browse the repository at this point in the history
PR Close #22413
  • Loading branch information
andrewseguin authored and mhevery committed Mar 16, 2018
1 parent fe21437 commit 2e450f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
Expand All @@ -19,5 +19,9 @@
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
}

0 comments on commit 2e450f6

Please sign in to comment.