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 169062c commit 3feef55Copy full SHA for 3feef55
.gitignore
@@ -1,3 +1,4 @@
1
node_modules
2
package-lock.json
3
test/fixture/output.md
4
+dist
package.json
@@ -6,7 +6,8 @@
6
"type": "module",
7
"scripts": {
8
"start": "node lib/index.js",
9
- "test": "vitest"
+ "test": "vitest",
10
+ "build": "ncc build lib/index.js -o dist"
11
},
12
"keywords": [
13
"Code of Conduct"
@@ -15,6 +16,7 @@
15
16
"license": "MIT",
17
"devDependencies": {
18
"@types/node": "^18.11.9",
19
+ "@vercel/ncc": "^0.34.0",
20
"vitest": "^0.25.1"
21
22
"dependencies": {
0 commit comments