Skip to content

Commit 99424aa

Browse files
committed
include CJS and MJS files in publish
1 parent 4cc7b78 commit 99424aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/macos/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/macos-node-api",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
55
"repository": {
66
"type": "git",
@@ -11,10 +11,12 @@
1111
"typings": "index.d.ts",
1212
"type": "module",
1313
"files": [
14+
"./*.d.ts",
1415
"build/RelWithDebInfo/NativeScript.apple.node",
16+
"index.cjs",
1517
"index.d.ts",
16-
"types",
17-
"./*.d.ts"
18+
"index.mjs",
19+
"types"
1820
],
1921
"scripts": {
2022
"test": "node ../../examples/foundation.js",

0 commit comments

Comments
 (0)