We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001f31d commit 38d7007Copy full SHA for 38d7007
package.json
@@ -10,7 +10,8 @@
10
"ts:cjs": "tsc -m commonjs",
11
"ts:umd": "tsc -t es5 -m umd --outDir ./dist/umd/",
12
"build": "npm run clean && npm run ts:cjs && npm run ts:umd",
13
- "dev": "tsc -w"
+ "dev": "tsc -w",
14
+ "pretest": "tsc -m commonjs"
15
},
16
"keywords": [
17
"fast html parser nodejs typescript"
@@ -57,4 +58,4 @@
57
58
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
59
60
"homepage": "https://github.com/taoqf/node-fast-html-parser"
-}
61
+}
0 commit comments