Skip to content

Commit

Permalink
feat: add module export deal
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman committed Dec 7, 2022
1 parent 1614d11 commit 9ccb261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "code-analysis-ts",
"version": "1.3.7",
"version": "1.3.8",
"description": "a code dependency analysis tool for ts",
"main": "./api/index.js",
"module": "./api/index.js",
"bin": {
"ca": "./cli/index.js"
},
Expand Down

0 comments on commit 9ccb261

Please sign in to comment.