mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
chore(): fix main and typings paths
This commit is contained in:
parent
ebda055444
commit
c5724fdc4e
@ -2,9 +2,8 @@
|
|||||||
"name": "ionic-native",
|
"name": "ionic-native",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
||||||
"main": "dist/es5/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/es5/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
"module": "dist/esm/index.js",
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user