refactor(packaging): points to es5 code with es2015 import/header, points to umd cod

points to es5 code with es2015 import/header,  points to umd code,  points to
pure es2015 code
This commit is contained in:
Dan Bucholtz
2017-03-27 16:42:01 -05:00
parent 3819740998
commit 54acc74fdb
3 changed files with 24 additions and 23 deletions

View File

@ -8,8 +8,9 @@
"url": "https://github.com/driftyco/ionic.git"
},
"license": "MIT",
"main": "esm/index.js",
"main": "umd/index.js",
"module": "index.js",
"es2015": "es2015/index.js",
"peerDependencies": {
"@angular/common": "",
"@angular/compiler": "",