Skip to content

Commit

Permalink
fix(factories): change path
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jul 5, 2023
1 parent ce193fc commit 17e9d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"type": "module",
"files": [
"build/src",
"build/test_factories",
"build/factories",
"build/index.d.ts",
"build/index.js"
],
"exports": {
".": "./build/index.js",
"./types": "./build/src/types.js",
"./factories": "./build/test_factories/main.js"
"./factories": "./build/factories/main.js"
},
"engines": {
"node": ">=18.16.0"
Expand Down

0 comments on commit 17e9d2c

Please sign in to comment.