@rmacshane-lw/slugify-lite 5.0.2-beta.0 → 5.0.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rmacshane-lw/slugify-lite",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.1",
|
|
4
4
|
"description": "A tiny function to slugify strings for URLs - This is a test package for me to test npm version management - Use at your own risk!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|