保存
Showing
... | @@ -5,19 +5,12 @@ | ... | @@ -5,19 +5,12 @@ |
"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", | |||
"push_notifications": "sh notifications.sh" | "push_notifications": "sh notifications.sh" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@gitlab.gzsle.com:wangyan/upgradeSFA.git" | "url": "git@gitlab.gzsle.com:wangyan/upgradeSFA.git" | ||
}, | }, | ||
"gitHooks": { | |||
"push-to-checkout": "npm run push_notifications" | |||
}, | |||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC" | ||
"dependencies": { | |||
"yorkie": "^2.0.0" | |||
} | |||
} | } |
Please
register
or
sign in
to comment