Navigation Menu

Skip to content

Commit

Permalink
fix: modify exports field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 21, 2022
1 parent 64c5ce9 commit 94eae6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT",
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"start": "node lib/index.js",
"watch": "tsbb watch --disable-babel",
Expand Down

0 comments on commit 94eae6d

Please sign in to comment.