Skip to content

Commit

Permalink
Repoint exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Mar 7, 2024
1 parent 6d2e3c7 commit eeabf62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
"types": "./subscript.d.ts",
"exports": {
".": "./subscript.js",
"./parse.js": "./src/parse.js",
"./compile.js": "./src/compile.js",
"./subscript.js": "./subscript.js",
"./justin.js": "./justin.js"
"./parse": "./src/parse.js",
"./compile": "./src/compile.js",
"./justin": "./justin.js"
},
"type": "module",
"files": [
Expand Down

0 comments on commit eeabf62

Please sign in to comment.