Skip to content

Commit

Permalink
Merge pull request #13 from bchainhub/update/fixes-08
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
rastislavcore authored Apr 29, 2024
2 parents f0ee318 + 282643e commit e6d8dbc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-corepass",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Remark plugin to transform CorePass notations into markdown links.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,18 +38,16 @@
"license": "CORE",
"dependencies": {
"@blockchainhub/ican": "^0.3.0",
"@types/unist": "^3.0.2",
"@types/mdast": "^4.0.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/mdast": "^4.0.3",
"@types/node": "^20.12.7",
"esm": "^3.2.25",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"undici-types": "^6.14.1",
"undici-types": "^6.15.0",
"unified": "^11.0.4",
"uvu": "^0.5.6"
},
Expand Down

0 comments on commit e6d8dbc

Please sign in to comment.