Skip to content

Commit 4bc5506

Browse files
Merge pull request #7 from bchainhub/update/fixes-02
Update
2 parents f9d5f56 + a919358 commit 4bc5506

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-corepass",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A Remark plugin to transform CorePass notations into markdown links.",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
"compilerOptions": {
33
"target": "ES2020",
44
"module": "Node16",
5-
"moduleResolution": "Node16",
65
"outDir": "./dist",
76
"strict": true,
8-
"esModuleInterop": true,
97
"typeRoots": ["./node_modules/@types", "./types"],
108
"removeComments": true
119
},

0 commit comments

Comments
 (0)