mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
chore(npm): proper 2.0.0 typescript
This commit is contained in:
commit
0ba3957e8a
@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "ionic-native",
|
"name": "ionic-native",
|
||||||
"version": "1.3.27",
|
"version": "2.0.1",
|
||||||
"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/index.js",
|
"main": "dist/es5/index.js",
|
||||||
|
"typings": "dist/es5/index.d.ts",
|
||||||
|
"module": "dist/esm/index.js",
|
||||||
|
"typings": "./dist/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user