We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deno doc
1 parent 501361d commit 2a750bbCopy full SHA for 2a750bb
package.json
@@ -30,7 +30,7 @@
30
"typecheck": "tsc",
31
"lint": "eslint . && prettier . --check",
32
"repl": "vite-node script/repl.ts",
33
- "docs:generate": "deno doc --output=./_site --unstable-sloppy-imports --html src/index.ts src/duration/index.ts"
+ "docs:generate": "deno doc --output=./_site --unstable-byonm --unstable-sloppy-imports --html src/index.ts src/duration/index.ts"
34
},
35
"homepage": "https://github.com/fabon-f/vremel#readme",
36
"bugs": {
0 commit comments