Skip to content

Commit f0b4089

Browse files
committed
build: change output filename
1 parent f61a9c7 commit f0b4089

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"repository": "https://github.com/susisu/tf-random.js",
66
"author": "Susisu <[email protected]>",
77
"license": "MIT",
8+
"main": "dist/index.js",
9+
"module": "dist/index.mjs",
10+
"types": "dist/index.d.ts",
811
"files": [
912
"dist"
1013
],
11-
"main": "dist/tf-random.js",
12-
"module": "dist/tf-random.mjs",
1314
"scripts": {
1415
"typecheck": "tsc -p tsconfig.json --noEmit",
1516
"lint": "eslint src '*.js'",

0 commit comments

Comments
 (0)