We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32c6ec commit b28a42bCopy full SHA for b28a42b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeromq",
3
- "version": "6.0.8",
+ "version": "6.1.0",
4
"description": "Next-generation ZeroMQ bindings for Node.js",
5
"main": "lib/index.js",
6
"type": "commonjs",
@@ -70,15 +70,17 @@
70
},
71
"files": [
72
"CHANGELOG.md",
73
- "LICENSE",
+ "LICENSE.txt",
74
+ "LICENSE_MPL-2.0.txt",
75
"README.md",
- "binding.gyp",
76
+ "CMakeLists.txt",
77
+ "vcpkg.json",
78
"*.d.ts",
79
"*.js",
80
"lib",
81
"src",
82
+ "build",
83
"script",
- "prebuilds",
84
"tsconfig.json"
85
],
86
"scripts": {
0 commit comments