Skip to content

Commit

Permalink
Merge pull request #7 from bchainhub/update/fixes-02
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
rastislavcore authored Mar 2, 2024
2 parents f9d5f56 + a919358 commit 4bc5506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-corepass",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Remark plugin to transform CorePass notations into markdown links.",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
"compilerOptions": {
"target": "ES2020",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types", "./types"],
"removeComments": true
},
Expand Down

0 comments on commit 4bc5506

Please sign in to comment.