Skip to content

Commit

Permalink
chore: export lib/js folder
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Feb 5, 2024
1 parent 02460f4 commit c9ba76f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
"*.{js,css}": "prettier --write"
},
"exports": {
"./schema": "./schema.js",
"./lib/js/esse": "./lib/js/esse/index.js",
"./lib/js/esse/schemaUtils": "./lib/js/esse/schemaUtils.js",
"./lib/js/schema/*": "./lib/js/schema/*",
"./lib/js/scripts/utils": "./lib/js/scripts/utils.js"
"./lib/js/*": "./lib/js/*"
}
}

0 comments on commit c9ba76f

Please sign in to comment.