Skip to content

Commit

Permalink
feat: fix export to publish openjph (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Dec 21, 2022
1 parent cb9c49e commit 6915f89
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions packages/openjphjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,23 @@
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.14"
},
"exports": {
".": "./dist/openjphjs.js",
"./wasm": "./dist/openjphjs.wasm",
"./wasmjs": "./dist/openjphjs.js"
},
"scripts": {
"build": "bash build.sh",
"build:ci": "yarn run build",
"build:ui": "webpack --config ./.webpack/webpack.config.js"
},
"exports": {
".": "./dist/openjphjs.js",
"./dist/openjphjs.wasm": "./dist/openjphjs.wasm",
"./dist/openjphjs.js": "./dist/openjphjs.js"
},
"files": [
"dist/**"
"package.json",
"README.md",
"dist"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 6915f89

Please sign in to comment.