Skip to content

Commit 2483828

Browse files
authored
Merge pull request #11 from marcusolsson/remove-scope-package-json
Remove scope from package.json
2 parents b1505c8 + ce751d7 commit 2483828

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ This is **NOT** fit for production use. Use at your own risk.
88
## Usage
99

1010
```bash
11-
npx @marcusolsson/dts-docs ./definition.d.ts ./docs
11+
npx dts-docs ./definition.d.ts ./docs
1212
```

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "@marcusolsson/dts-docs",
2+
"name": "dts-docs",
33
"version": "0.1.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {
77
"build": "esbuild src/dts-docs.ts --bundle --platform=node --outfile=dist/index.js --format=cjs --banner:js='#!/usr/bin/env node'",
8+
"postbuild": "chmod +x dist/index.js",
89
"run": "node dist/index.js",
910
"test": "jest"
1011
},

0 commit comments

Comments
 (0)