Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fixes npm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bergben committed Feb 20, 2017
1 parent 68239f1 commit 4d2964a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-page-transition",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple Angular2 component that creates a page transition animation on route changes",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,19 +32,22 @@
"@angular/core": "^2.0.0"
},
"devDependencies": {
"@angular/router": "3.4.8",
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler": "^2.4.8",
"@angular/compiler-cli": "^2.4.8",
"@angular/core": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/router": "3.4.8",
"@types/node": "^7.0.5",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rollup": "^0.41.4",
"rxjs": "5.1.1",
"zone.js": "^0.7.7",
"tslint": "^4.4.2",
"typescript": "2.1.6"
"typescript": "^2.1.6",
"uglify-js": "^2.7.5",
"zone.js": "^0.7.7"
},
"bugs": {
"url": "https://github.com/bergben/ng2-page-transition/issues"
Expand Down

0 comments on commit 4d2964a

Please sign in to comment.