Skip to content

Commit

Permalink
fix: main entry path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hokid committed Oct 28, 2021
1 parent 0970eed commit 0c001ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This craco plugin will set up babel-plugin-parameter-decorator for your project.",
"type": "commonjs",
"types": "/index.d.ts",
"main": "./index.js",
"main": "./lib/index.js",
"exports": {
".": {
"require": "./lib/index.js",
Expand Down

0 comments on commit 0c001ea

Please sign in to comment.