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.
2 parents b1505c8 + ce751d7 commit 2483828Copy full SHA for 2483828
README.md
@@ -8,5 +8,5 @@ This is **NOT** fit for production use. Use at your own risk.
8
## Usage
9
10
```bash
11
-npx @marcusolsson/dts-docs ./definition.d.ts ./docs
+npx dts-docs ./definition.d.ts ./docs
12
```
package.json
@@ -1,10 +1,11 @@
1
{
2
- "name": "@marcusolsson/dts-docs",
+ "name": "dts-docs",
3
"version": "0.1.0",
4
"main": "dist/index.js",
5
"license": "MIT",
6
"scripts": {
7
"build": "esbuild src/dts-docs.ts --bundle --platform=node --outfile=dist/index.js --format=cjs --banner:js='#!/usr/bin/env node'",
+ "postbuild": "chmod +x dist/index.js",
"run": "node dist/index.js",
"test": "jest"
},
0 commit comments