update: package.json
This commit is contained in:
parent
c40c40d3f5
commit
45d235b589
18
package.json
18
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "kiwi-clis",
|
||||
"version": "1.0.23",
|
||||
"description": "a cli for kiwi",
|
||||
"name": "canary-clis",
|
||||
"version": "1.0.0",
|
||||
"description": "a cli for canary",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"dev": "tsc --watch",
|
||||
@ -9,22 +9,18 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/alibaba/kiwi.git"
|
||||
"url": "git+ssh://git@git.lacus.site:RainSun/canary_clis.git"
|
||||
},
|
||||
"keywords": [
|
||||
"cli",
|
||||
"kiwi",
|
||||
"canary",
|
||||
"i18n"
|
||||
],
|
||||
"bin": {
|
||||
"kiwi": "dist/index.js"
|
||||
"canary": "dist/index.js"
|
||||
},
|
||||
"author": "linhuiw",
|
||||
"author": "zhaoyingbo",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/alibaba/kiwi/issues"
|
||||
},
|
||||
"homepage": "https://github.com/alibaba/kiwi#readme",
|
||||
"dependencies": {
|
||||
"@angular/compiler": "^7.2.0",
|
||||
"@babel/core": "^7.5.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user