Skip to content

Commit

Permalink
fix: node entry
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jun 23, 2024
1 parent 931d97e commit 7a5bec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.10",
"version": "0.2.11",
"type": "module",
"name": "unwritten",
"description": "unwritten is a cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.",
Expand All @@ -15,7 +15,7 @@
},
"sideEffects": false,
"exports": {
".": "./lib/browser/api/node.entry.js",
".": "./lib/node/api/node.entry.js",
"./browser": "./lib/browser/api/browser.entry.js",
"./node": "./lib/node/api/node.entry.js"
},
Expand Down

0 comments on commit 7a5bec1

Please sign in to comment.