update, text, response
This commit is contained in:
5
node_modules/cross-spawn/package.json
generated
vendored
5
node_modules/cross-spawn/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cross-spawn",
|
||||
"version": "6.0.5",
|
||||
"version": "6.0.6",
|
||||
"description": "Cross platform child_process#spawn and child_process#spawnSync",
|
||||
"keywords": [
|
||||
"spawn",
|
||||
@@ -26,14 +26,13 @@
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "jest --env node --coverage",
|
||||
"prerelease": "npm t && npm run lint",
|
||||
"release": "standard-version",
|
||||
"precommit": "lint-staged",
|
||||
"commitmsg": "commitlint -e $GIT_PARAMS"
|
||||
},
|
||||
"standard-version": {
|
||||
"scripts": {
|
||||
"posttag": "git push --follow-tags origin master && npm publish"
|
||||
"posttag": "git push --follow-tags origin v6"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user