We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb74d44 + 1f3086b commit bd245ebCopy full SHA for bd245eb
package.json
@@ -2,11 +2,10 @@
2
"name": "@blockcerts/hashlink-verifier",
3
"version": "0.0.0-dev",
4
"description": "Handling hashlinks in Blockcerts",
5
- "main": "lib/cjs/HashlinkVerifier.js",
6
- "import": "lib/esm/HashlinkVerifier.js",
+ "main": "lib/esm/HashlinkVerifier.js",
7
"types": "lib/index.d.ts",
8
"scripts": {
9
- "compile": "npm run clean:build && tsc -p tsconfig.json && tsc -p tsconfig.cjs.json && npm run dts:bundle",
+ "compile": "npm run clean:build && tsc -p tsconfig.json && npm run dts:bundle",
10
"clean:build": "rimraf lib",
11
"dts:bundle": "dts-bundle-generator -o ./lib/index.d.ts --project tsconfig.json --no-banner src/HashlinkVerifier.ts",
12
"lint": "eslint . --ext .ts",
tsconfig.cjs.json
0 commit comments