just-kebab-case
Advanced tools
Comparing version 4.0.3 to 4.1.0
# just-kebab-case | ||
## 4.1.0 | ||
### Minor Changes | ||
- package.json updates to fix #467 and #483 | ||
## 4.0.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "just-kebab-case", | ||
"version": "4.0.3", | ||
"version": "4.1.0", | ||
"description": "convert a string to kebab case", | ||
@@ -10,4 +10,6 @@ "main": "index.js", | ||
"require": "./index.js", | ||
"default": "./index.mjs" | ||
} | ||
"default": "./index.mjs", | ||
"types": "./index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -32,2 +34,2 @@ "types": "index.d.ts", | ||
} | ||
} | ||
} |
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
6530