diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 27a0c47..af43a10 100644 --- a/package.json +++ b/package.json | |||
| @@ -35,5 +35,8 @@ | |||
| 35 | "main": "index.js", | 35 | "main": "index.js", |
| 36 | "repository": "git@github.com:bndw/wifi-card.git", | 36 | "repository": "git@github.com:bndw/wifi-card.git", |
| 37 | "author": "bndw <ben@bdw.to>", | 37 | "author": "bndw <ben@bdw.to>", |
| 38 | "license": "MIT" | 38 | "license": "MIT", |
| 39 | "devDependencies": { | ||
| 40 | "prettier": "2.3.2" | ||
| 41 | } | ||
| 39 | } | 42 | } |
