fixed package.json
parent
61caab972e
commit
2a598b2c23
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "es.shim",
|
"name": "es.shim",
|
||||||
"version": "2.3.0",
|
"version": "2.3.1",
|
||||||
"description": "实现部分新API, 以及一些常用的扩展方法",
|
"description": "实现部分新API, 以及一些常用的扩展方法",
|
||||||
"keyworks": [
|
"keyworks": [
|
||||||
"es5",
|
"es5",
|
||||||
|
@ -19,7 +19,10 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./build.js"
|
"start": "node ./build.js"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/bytedo/es.shim.git",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://git.wkit.fun/bytedo/es.shim.git"
|
||||||
|
},
|
||||||
"author": "yutent",
|
"author": "yutent",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue