Skip to content

Commit

Permalink
removing mjs for js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour committed Oct 15, 2023
1 parent dd3578f commit e83be2d
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 @@ -8,9 +8,9 @@
"schema-api-ts": "src/cli.ts"
},
"exports": {
".": "./dist/index.mjs"
".": "./dist/index.js"
},
"main": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
Expand Down

0 comments on commit e83be2d

Please sign in to comment.