Skip to content

Commit

Permalink
Revert and change from index.js to magick.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 10, 2023
1 parent c304f0f commit d8b0d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Empty file removed publish/wasm/files/index.js
Empty file.
14 changes: 3 additions & 11 deletions publish/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
{
"name": "@dlemstra/magick-native",
"version": "",
"type": "module",
"exports": {
".": {
"types": "./magick.d.ts",
"default": "./magick.js"
}
},
"module": "./magick.mjs",
"types": "./magick.d.ts",
"main": "magick.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dlemstra/Magick.Native.git"
},
"author": "Dirk Lemstra",
"license": "Apache-2.0",
"files": [
"./magick.d.ts",
"./magick.js",
"magick.d.ts",
"magick.js",
"magick.wasm",
"NOTICE"
]
Expand Down

0 comments on commit d8b0d91

Please sign in to comment.