Skip to content

Commit

Permalink
chore(): use ionic native v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 22, 2017
1 parent 56227b8 commit 16dd4e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,20 @@
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@ionic-native/core": "^3.1.1",
"@ionic-native/file": "^3.1.1",
"@ionic-native/transfer": "^3.1.1",
"@types/lodash": "4.14.50",
"conventional-changelog-cli": "1.2.0",
"ionic-native": "2.4.1",
"rxjs": "5.0.1",
"typescript": "2.0.9",
"zone.js": "0.7.2"
},
"dependencies": {
"lodash": "^4.17.4"
},
"peerDependencies": {
"@ionic-native/file": "^3.1.1",
"@ionic-native/transfer": "^3.1.1"
}
}

0 comments on commit 16dd4e3

Please sign in to comment.