We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d36db0 commit 45a7627Copy full SHA for 45a7627
package.json
@@ -13,6 +13,7 @@
13
}
14
},
15
"browser": "./dist/regex.min.js",
16
+ "types": "./types/regex.d.ts",
17
"scripts": {
18
"bundle:global": "esbuild src/regex.js --global-name=Regex --bundle --minify --sourcemap --outfile=dist/regex.min.js",
19
"bundle:esm": "esbuild src/regex.js --format=esm --bundle --sourcemap --outfile=dist/regex.mjs",
0 commit comments