@alexcarpenter/slugify
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@alexcarpenter/slugify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/slugify.cjs.js", | ||
@@ -21,3 +21,4 @@ "module": "dist/slugify.esm.js", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
"test:watch": "jest --watch", | ||
"publish": "npm publish --access public" | ||
}, | ||
@@ -24,0 +25,0 @@ "files": [ |
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
14848