Skip to content

Commit 6516778

Browse files
committed
chore: add lib folder to files
1 parent 6021b61 commit 6516778

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-window-manager",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Manage windows in macOS, Windows and Linux",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -47,6 +47,7 @@
4747
"LICENSE",
4848
"README.md",
4949
"binding.gyp",
50-
"prebuilds"
50+
"prebuilds",
51+
"lib"
5152
]
5253
}

0 commit comments

Comments
 (0)