Skip to content

Commit

Permalink
Rename mjs npm artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Mar 31, 2024
1 parent 0943815 commit 380b656
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
@@ -2,7 +2,7 @@
"name": "twelf-wasm",
"exports": {
"require": "./lib/encoding.cjs",
"import": "./lib/encoding.js"
"import": "./lib/encoding.mjs"
},
"types": "lib/encoding.d.ts",
"version": "0.1.5",
@@ -25,7 +25,7 @@
"scripts": {
"test": "jest",
"test-watch": "jest --watch",
"build-lib": "tsc --project tsconfig.lib.json && node build-lib.js"
"build-lib": "tsc --project tsconfig.lib.json && mv ./lib/encoding.js ./lib/encoding.mjs && node build-lib.js"
},
"devDependencies": {
"@codemirror/language": "^6.10.1",

0 comments on commit 380b656

Please sign in to comment.