Skip to content

Commit

Permalink
remove export step in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Jan 19, 2025
1 parent b69e665 commit 9eedefc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
".": "./lib/index.js",
"./els": "./lib/els.js",
"./effects": "./lib/effects.js",
"./steps": "./lib/steps.js",
"./step": "./lib/step.js"
"./steps": "./lib/steps.js"
},
"types": "typings/index.d.ts",
"bin": {
Expand Down

0 comments on commit 9eedefc

Please sign in to comment.