2 Commits

Author SHA1 Message Date
a2866cade6 0.1.4 2023-05-06 14:05:00 -07:00
48041b5845 fix main declaration 2023-05-06 14:04:56 -07:00
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"@types/qrcode": "^1.5.0",
"typescript": "^5.0.4"
},
"version": "0.1.3"
"version": "0.1.4"
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
@@ -3483,5 +3483,5 @@
}
}
},
"version": "0.1.3"
"version": "0.1.4"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@doc-utils/markdown2html",
"version": "0.1.3",
"version": "0.1.4",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},
@@ -11,7 +11,7 @@
"bin": {
"markdown2html": "./bin/markdown2html"
},
"main": "./src/index.ts",
"main": "./build/index.js",
"devDependencies": {
"@types/dompurify": "^2.3.3",
"@types/jsdom": "^20.0.0",