Skip to content

Commit d9f5fdd

Browse files
committed
fix: include mjs files in the package
1 parent 1f10fc7 commit d9f5fdd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmake-ts",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "cmake-js rewrite in typescript to support advanced build configurations",
55
"main": "build/lib.js",
66
"module": "build/lib.mjs",
@@ -38,10 +38,10 @@
3838
"test": "pnpm dlx vitest --watch false"
3939
},
4040
"files": [
41-
"build/**/*.js",
42-
"build/**/*.js.map",
43-
"build/**/*.d.ts",
44-
"build/**/*.d.ts.map"
41+
"build/**/*",
42+
"src/**/*",
43+
"./*.mts",
44+
"./tsconfig.json"
4545
],
4646
"repository": {
4747
"type": "git",

0 commit comments

Comments
 (0)