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