Skip to content

Commit 9eedefc

Browse files
authored
remove export step in package json
1 parent b69e665 commit 9eedefc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
".": "./lib/index.js",
3434
"./els": "./lib/els.js",
3535
"./effects": "./lib/effects.js",
36-
"./steps": "./lib/steps.js",
37-
"./step": "./lib/step.js"
36+
"./steps": "./lib/steps.js"
3837
},
3938
"types": "typings/index.d.ts",
4039
"bin": {

0 commit comments

Comments
 (0)