Skip to content

Commit 0e9e795

Browse files
committed
fix: fix missing .d.ts files
1 parent a9fccfb commit 0e9e795

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ __test__
1717
src
1818
build.rs
1919
js/**/*.ts
20+
!js/**/*.d.ts

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.2.3
4+
fix: fix missing .d.ts files
5+
36
## 0.2.2
47
fix: exclude typescript files in the npm package
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-unix-socket",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"main": "js/index.js",
55
"types": "js/index.d.ts",
66
"author": {

0 commit comments

Comments
 (0)