保存
Showing
| ... | ... | @@ -4,14 +4,15 @@ |
| "description": "~~sssss~~\r # app更新说明", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "delopy": "sh foo.sh" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@gitlab.gzsle.com:wangyan/upgradeSFA.git" | ||
| }, | ||
| "gitHooks": { | ||
| "post-commit": "foo" | ||
| "pre-commit": "npm run delopy" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| ... | ... |
Please
register
or
sign in
to comment