chore(npm): proper 2.0.0 typescript

This commit is contained in:
Max Lynch 2016-09-22 13:58:57 -05:00
parent b6b0359fcf
commit c33842f8f0

View File

@ -1,10 +1,11 @@
{
"name": "ionic-native",
"version": "1.3.24",
"version": "2.0.1",
"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"
],