@vltpkg/fast-split
Advanced tools
+3
-3
| { | ||
| "name": "@vltpkg/fast-split", | ||
| "description": "A fast way to split small-to-medium sized strings by small string delimiters", | ||
| "version": "1.0.0-rc.22", | ||
| "version": "1.0.0-rc.23", | ||
| "repository": { | ||
@@ -44,3 +44,3 @@ "type": "git", | ||
| "prettier": "../../.prettierrc.js", | ||
| "module": "./src/index.ts", | ||
| "module": "./dist/index.js", | ||
| "type": "module", | ||
@@ -51,3 +51,3 @@ "exports": { | ||
| "import": { | ||
| "default": "./src/index.ts" | ||
| "default": "./dist/index.js" | ||
| } | ||
@@ -54,0 +54,0 @@ } |
6070
0.03%