Skip to content

Commit b28a42b

Browse files
committed
chore(release): v6.1.0 [skip ci]
1 parent f32c6ec commit b28a42b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeromq",
3-
"version": "6.0.8",
3+
"version": "6.1.0",
44
"description": "Next-generation ZeroMQ bindings for Node.js",
55
"main": "lib/index.js",
66
"type": "commonjs",
@@ -70,15 +70,17 @@
7070
},
7171
"files": [
7272
"CHANGELOG.md",
73-
"LICENSE",
73+
"LICENSE.txt",
74+
"LICENSE_MPL-2.0.txt",
7475
"README.md",
75-
"binding.gyp",
76+
"CMakeLists.txt",
77+
"vcpkg.json",
7678
"*.d.ts",
7779
"*.js",
7880
"lib",
7981
"src",
82+
"build",
8083
"script",
81-
"prebuilds",
8284
"tsconfig.json"
8385
],
8486
"scripts": {

0 commit comments

Comments
 (0)