text-slicer 2.0.0 → 2.0.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/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "text-slicer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "TextSlicer is designed to split text within an HTML element into separate words and/or characters, wrapping each word and/or character in separate span elements.",
|
|
5
5
|
"author": "ux-ui.pro",
|
|
6
6
|
"license": "MIT",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"pack:check": "npm pack --dry-run && publint && attw --pack . --profile node16",
|
|
31
31
|
"prepublishOnly": "npm run clean && npm run verify"
|
|
32
32
|
},
|
|
33
|
-
"source": "src/index.ts",
|
|
34
33
|
"main": "./dist/index.cjs",
|
|
35
34
|
"module": "./dist/index.js",
|
|
36
35
|
"types": "./dist/index.d.ts",
|