@youyouzone/react-code-highlight
Advanced tools
Comparing version 0.0.9 to 0.0.13
{ | ||
"name": "@youyouzone/react-code-highlight", | ||
"version": "0.0.9", | ||
"version": "0.0.13", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"build": "npm run clean && webpack" | ||
"prebuild": "rm -rf lib", | ||
"build": "webpack", | ||
"precommit": "npm version patch --no-git-tag-version", | ||
"commit": "git add . && git commit -m $1", | ||
"prepublish": "npm run build && npm run precommit", | ||
"publish-git": "git push -u origin master", | ||
"publish-npm": "npm publish", | ||
"publish": "git add . && git commit -m $1", | ||
"postpublish": "npm run publish-git && npm run publish-npm" | ||
}, | ||
@@ -10,0 +17,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1697528