Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit 857bf53

Browse files
Fix dependencies
1 parent bbe6038 commit 857bf53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-swing",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/peterpeterparker/ionic-swing.git"
@@ -19,7 +19,9 @@
1919
"module": "ionic-swing.js",
2020
"typings": "ionic-swing.d.ts",
2121
"peerDependencies": {
22-
"@angular/core": "^4.0.0",
22+
"@angular/core": "^4.0.0"
23+
},
24+
"dependencies": {
2325
"lodash": "^4.6.1",
2426
"raf": "^3.1.0",
2527
"rebound": "^0.0.13",

0 commit comments

Comments
 (0)