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 dc3753a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"license": "ISC",
"source": "lib/index.ts",
"main": "dist/netlib.js",
"types": "dist/index.d.ts",
"types": "dist/netlib.d.ts",
"files": [
"dist/netlib.d.ts",
"dist/netlib.d.ts.map",
"dist/netlib.js",
"dist/netlib.js.map"
],
Expand Down

0 comments on commit dc3753a

Please sign in to comment.