mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated Sodo-Search package.json
refs https://github.com/TryGhost/Toolbox/issues/400 - this brings it inline with Portal's, which is a similar project
This commit is contained in:
parent
0d8d5a8119
commit
73c1438561
1 changed files with 3 additions and 5 deletions
|
@ -4,10 +4,9 @@
|
|||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:TryGhost/sodo-search.git"
|
||||
"url": "git://github.com/TryGhost/Ghost.git"
|
||||
},
|
||||
"author": "Ghost Foundation",
|
||||
"unpkg": "umd/sodo-search.min.js",
|
||||
"files": [
|
||||
"umd/",
|
||||
"LICENSE",
|
||||
|
@ -44,9 +43,8 @@
|
|||
"eject": "react-scripts eject",
|
||||
"lint": "eslint src --ext .js --cache",
|
||||
"preship": "yarn lint",
|
||||
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} main --follow-tags; fi",
|
||||
"posttest": "yarn lint",
|
||||
"analyze": "source-map-explorer 'umd/*.js'",
|
||||
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version; fi",
|
||||
"postship": "git push ${GHOST_UPSTREAM:-origin} --follow-tags && yarn publish . --tag $npm_package_version",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
Loading…
Add table
Reference in a new issue