Skip to content

Commit

Permalink
chore - move the dependencies to devDependencies / update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksachdeva committed Sep 12, 2016
1 parent 7419f3d commit 4a5b35d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-swing",
"version": "0.7.1",
"version": "0.8.0",
"description": "Angular 2 Component for Swing (Tinder style cards)",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -16,13 +16,15 @@
},
"homepage": "https://github.com/ksachdeva/angular2-swing#readme",
"dependencies": {
"@angular/core": "2.0.0-rc.4",
"@angular/common": "2.0.0-rc.4",
"swing": "^3.0.3"
},
"devDependencies": {
"@angular/core": "2.0.0-rc.5",
"@angular/common": "2.0.0-rc.5",
"es6-promise": "^3.1.2",
"es6-shim": "^0.33.3",
"es7-reflect-metadata": "^1.6.0",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12",
"swing": "^3.0.3"
"zone.js": "0.6.12"
}
}

0 comments on commit 4a5b35d

Please sign in to comment.