fixed package.json
parent
61caab972e
commit
2a598b2c23
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "es.shim",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "实现部分新API, 以及一些常用的扩展方法",
|
||||
"keyworks": [
|
||||
"es5",
|
||||
|
@ -19,7 +19,10 @@
|
|||
"scripts": {
|
||||
"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",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue