@youyouzone/react-code-highlight
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@youyouzone/react-code-highlight", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"main": "lib/index.js", | ||
@@ -11,7 +11,7 @@ "types": "lib/index.d.ts", | ||
"commit": "git add . && git commit -m $1", | ||
"prepublis": "npm run build && npm run precommit", | ||
"publis-git": "git push -u origin master", | ||
"publis-npm": "npm publish", | ||
"publis": "git add . && git commit -m $1", | ||
"postpublis": "npm run publis-git && npm run publis-npm" | ||
"premypublish": "npm run build && npm run precommit", | ||
"publish-git": "git push -u origin master", | ||
"publish-npm": "npm publish", | ||
"mypublish": "git add . && git commit -m $1", | ||
"postmypublish": "npm run publish-git && npm run publish-npm" | ||
}, | ||
@@ -18,0 +18,0 @@ "keywords": [ |
1697534