Skip to content

Commit

Permalink
chore: add lib folder to files
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Apr 14, 2020
1 parent 6021b61 commit 6516778
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-window-manager",
"version": "2.1.0",
"version": "2.1.1",
"description": "Manage windows in macOS, Windows and Linux",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -47,6 +47,7 @@
"LICENSE",
"README.md",
"binding.gyp",
"prebuilds"
"prebuilds",
"lib"
]
}

0 comments on commit 6516778

Please sign in to comment.