Skip to content

Commit

Permalink
fix #140
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Jul 25, 2021
1 parent fd63697 commit 1be02b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "del-cli ./dist/",
"ts:cjs": "tsc -m commonjs",
"ts:amd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
"ts:esm": "tsc -t esnext -m esnext -d false --outDir ./dist/esm/",
"ts:esm": "tsc -t esnext -m es2019 -d false --outDir ./dist/esm/",
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:amd && npm run ts:esm",
"dev": "tsc -w & mocha -w ./test/*.js",
"pretest": "tsc -m commonjs",
Expand Down Expand Up @@ -85,4 +85,4 @@
},
"homepage": "https://github.com/taoqf/node-fast-html-parser",
"sideEffects": false
}
}

0 comments on commit 1be02b4

Please sign in to comment.