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 a9fccfb commit 0e9e795Copy full SHA for 0e9e795
.npmignore
@@ -17,3 +17,4 @@ __test__
17
src
18
build.rs
19
js/**/*.ts
20
+!js/**/*.d.ts
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.2.3
4
+fix: fix missing .d.ts files
5
+
6
## 0.2.2
7
fix: exclude typescript files in the npm package
8
package.json
@@ -1,6 +1,6 @@
{
"name": "node-unix-socket",
- "version": "0.2.2",
+ "version": "0.2.3",
"main": "js/index.js",
"types": "js/index.d.ts",
"author": {
0 commit comments