Merge branch 'master' of github.com:bytedo/es.shim into master
commit
a68c384e34
11
package.json
11
package.json
|
@ -2,13 +2,20 @@
|
||||||
"name": "es.shim",
|
"name": "es.shim",
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"description": "实现部分新API, 以及一些常用的扩展方法",
|
"description": "实现部分新API, 以及一些常用的扩展方法",
|
||||||
"keyworks": ["es5", "es6", "es7", "polyfill", "extend", "shim"],
|
"keyworks": [
|
||||||
|
"es5",
|
||||||
|
"es6",
|
||||||
|
"es7",
|
||||||
|
"polyfill",
|
||||||
|
"extend",
|
||||||
|
"shim"
|
||||||
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
"require": "./index.js",
|
"require": "./index.js",
|
||||||
"import": "./index.mjs"
|
"import": "./index.mjs"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/yutent/es.shim.git",
|
"repository": "https://github.com/bytedo/es.shim.git",
|
||||||
"author": "yutent",
|
"author": "yutent",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue