Skip to content

Commit

Permalink
Publish types to NPM
Browse files Browse the repository at this point in the history
Fixes #58
  • Loading branch information
erikdubbelboer committed Sep 24, 2023
1 parent 78878d4 commit 7f896e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"license": "ISC",
"source": "lib/index.ts",
"main": "dist/netlib.js",
"types": "dist/index.d.ts",
"types": "dist/netlib.d.ts",
"files": [
"dist/netlib.js",
"dist/netlib.js.map"
"dist/netlib.js.map",
"dist/netlib.d.ts",
"dist/netlib.d.ts.map"
],
"scripts": {
"prepare": "yarn build",
Expand Down

0 comments on commit 7f896e2

Please sign in to comment.