Skip to content

Commit

Permalink
fix(npm): duplicate typings
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Sep 22, 2016
1 parent 0ba3957 commit e50b961
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"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",
"main": "dist/es5/index.js",
"typings": "dist/es5/index.d.ts",
"module": "dist/esm/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down Expand Up @@ -70,7 +69,6 @@
"url": "https://github.com/driftyco/ionic-native/issues"
},
"homepage": "https://github.com/driftyco/ionic-native",
"typings": "./dist/index.d.ts",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit e50b961

Please sign in to comment.