fix(npm): duplicate typings

This commit is contained in:
Max Lynch 2016-09-22 15:10:44 -05:00
parent 0ba3957e8a
commit e50b961bf9

View File

@ -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"