regexbuddy
Advanced tools
Comparing version 0.1.23 to 0.1.24
{ | ||
"name": "regexbuddy", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"description": "Implement regex expressions in JavaScript", | ||
@@ -10,3 +10,3 @@ "repository": { | ||
"scripts": { | ||
"deploy": "git add -A && git commit -m \"updated version\" && git push origin main && npm publish", | ||
"publish": "git add -A && git commit -m \"updated version\" && git push origin main && npm publish", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -13,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
1444
27