aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-07-04 16:48:10 -0700
committerGitHub <noreply@github.com>2021-07-04 16:48:10 -0700
commit52ff61635b1cbd4b024ae882b606cfb64d6cc897 (patch)
treede906f5b551d28d92048dcb65a8048fc718d3b9f /package.json
parent313e5f8146a1f853269c2958fbbf4aa26c2422a8 (diff)
Prettier formatting (#33)
* Add prettier * Format code
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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}