Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from ts-graphviz/add-export-field
Browse files Browse the repository at this point in the history
add exports field to package.json
  • Loading branch information
kamiazya authored May 14, 2021
2 parents 32eb5fd + 9f3bc52 commit 0b38658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.1.0",
"description": "Graphviz dot language parser for ts-graphviz.",
"main": "lib/index.js",
"module": "lib/index.mjs",
"exports": {
"import": "./lib/index.mjs",
"default": "./lib/index.js"
},
"types": "lib/index.d.ts",
"author": "kamiazya <yuki@kamiazya.tech>",
"license": "MIT",
Expand Down

0 comments on commit 0b38658

Please sign in to comment.