Skip to content

Commit

Permalink
Run fix-project-json.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed May 30, 2024
1 parent 2884567 commit 6e0edb8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"private": true,
"license": "Apache-2.0",

"exports": "./index.js",
"exports": {
".": "./index.js"
},
"imports": {
"#x/*": "./export/*.js",
"#p/*": "./private/*.js",
"#test/*": "./tests/*.js"
"#x/*": "./export/*.js"
},

"dependencies": {
Expand Down

0 comments on commit 6e0edb8

Please sign in to comment.