mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
generate amd
This commit is contained in:
parent
4d0bef1e9b
commit
6766cb97d1
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"lint": "eslint ./src/*.ts ./src/**/*.ts",
|
||||
"clean": "del-cli ./dist/",
|
||||
"ts:cjs": "tsc -m commonjs",
|
||||
"ts:umd": "tsc -t es5 -m umd -d false --outDir ./dist/umd/",
|
||||
"ts:umd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
|
||||
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd",
|
||||
"dev": "tsc -w",
|
||||
"pretest": "tsc -m commonjs"
|
||||
|
|
@ -64,4 +64,4 @@
|
|||
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
|
||||
},
|
||||
"homepage": "https://github.com/taoqf/node-fast-html-parser"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue