Skip to content

Commit

Permalink
Merge pull request #10 from bchainhub/update/fixes-07
Browse files Browse the repository at this point in the history
Fix exports
  • Loading branch information
rastislavcore authored Apr 24, 2024
2 parents b130899 + 270d97d commit 513b9b1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "remark-corebc",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Remark plugin to transform Core Blockchain notations into markdown links.",
"main": "dist/index.js",
"types": "types/index.d.ts",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "npm run build && node --loader ts-node/esm ./node_modules/uvu/bin.js test",
Expand Down Expand Up @@ -57,9 +57,6 @@
"node": ">=16"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
".": "./dist/index.js"
}
}

0 comments on commit 513b9b1

Please sign in to comment.