mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
Removed unnecessary ionic.native.min.js
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"]
This commit is contained in:
parent
2503ef2ee5
commit
7ae82f471d
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user