diff --git a/package.json b/package.json index c4c4b8e1e6..278b0b6fa2 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,10 @@ "@angular/platform-browser": "^2.0.0", "@angular/platform-browser-dynamic": "^2.0.0", "@angular/platform-server": "^2.0.0", - "ionicons": "3.0.0", - "rxjs": "5.0.0-beta.12" + "ionicons": "^3.0.0", + "ionic-native": "^2.0.3", + "rxjs": "^5.0.0-beta.12", + "zone.js": "^0.6.21" }, "devDependencies": { "@angular/compiler-cli": "0.6.2", @@ -114,8 +116,7 @@ "vinyl": "1.2.0", "webpack": "2.1.0-beta.20", "webpack-dev-server": "1.16.1", - "yargs": "5.0.0", - "zone.js": "0.6.21" + "yargs": "5.0.0" }, "config": { "commitizen": { diff --git a/scripts/npm/package.json b/scripts/npm/package.json index e700301d08..9b7bbb6cf3 100644 --- a/scripts/npm/package.json +++ b/scripts/npm/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/driftyco/ionic.git" }, "license": "MIT", - "main": "commonjs/index.js", + "main": "umd/index.js", "module": "index.js", "dependencies": { "@angular/common": "", @@ -19,6 +19,9 @@ "@angular/platform-browser": "", "@angular/platform-browser-dynamic": "", "@angular/platform-server": "", - "rxjs": "" + "ionicons": "", + "ionic-native": "", + "rxjs": "", + "zone.js": "" } }