Skip to content

Commit 2a750bb

Browse files
committed
Use BYONM in deno doc
1 parent 501361d commit 2a750bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typecheck": "tsc",
3131
"lint": "eslint . && prettier . --check",
3232
"repl": "vite-node script/repl.ts",
33-
"docs:generate": "deno doc --output=./_site --unstable-sloppy-imports --html src/index.ts src/duration/index.ts"
33+
"docs:generate": "deno doc --output=./_site --unstable-byonm --unstable-sloppy-imports --html src/index.ts src/duration/index.ts"
3434
},
3535
"homepage": "https://github.com/fabon-f/vremel#readme",
3636
"bugs": {

0 commit comments

Comments
 (0)