mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix(npm): duplicate typings
This commit is contained in:
parent
0ba3957e8a
commit
e50b961bf9
@ -1,11 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "ionic-native",
|
"name": "ionic-native",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"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/es5/index.js",
|
||||||
"typings": "dist/es5/index.d.ts",
|
"typings": "dist/es5/index.d.ts",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
"typings": "./dist/index.d.ts",
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
@ -70,7 +69,6 @@
|
|||||||
"url": "https://github.com/driftyco/ionic-native/issues"
|
"url": "https://github.com/driftyco/ionic-native/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/driftyco/ionic-native",
|
"homepage": "https://github.com/driftyco/ionic-native",
|
||||||
"typings": "./dist/index.d.ts",
|
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
"path": "./node_modules/cz-conventional-changelog"
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
|
Loading…
Reference in New Issue
Block a user