Skip to content

Commit 4dee67e

Browse files
Updated package so that main file is the correct file.
1 parent 8fbcbe6 commit 4dee67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@jitesoft/random-string",
33
"version": "1.0.0",
44
"description": "Cross environment random string generator.",
5-
"main": "dist/index.js",
5+
"main": "dist/index.node.js",
66
"browser": "dist/index.web.js",
77
"esnext": {
88
"main": "src/Node/index.js",

0 commit comments

Comments
 (0)