mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
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:
@ -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": "",
|
||||
|
Reference in New Issue
Block a user