Skip to content

Commit

Permalink
fix: fix missing .d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
oyyd committed Aug 10, 2022
1 parent a9fccfb commit 0e9e795
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ __test__
src
build.rs
js/**/*.ts
!js/**/*.d.ts
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.2.3
fix: fix missing .d.ts files

## 0.2.2
fix: exclude typescript files in the npm package

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0e9e795

Please sign in to comment.