Skip to content

Commit

Permalink
Removed unnecessary ionic.native.min.js
Browse files Browse the repository at this point in the history
walkingriver commented 9 minutes ago
When installing the bower package created from this, a couple of warnings are printed:

bower ionic-native#* invalid-meta The "main" field cannot contain minified files
bower ionic-native#* invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .js files: ["ionic.native.js","ionic.native.min.js"]
  • Loading branch information
walkingriver committed Aug 3, 2016
1 parent 2503ef2 commit 7ae82f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "ionic-native",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"main": [
"ionic.native.js",
"ionic.native.min.js"
"ionic.native.js"
],
"authors": [
"Max Lynch <max@ionic.io>"
Expand Down

0 comments on commit 7ae82f4

Please sign in to comment.