Skip to content

Commit

Permalink
fix(manifest): add keywords, author, and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
cassels committed Oct 5, 2020
1 parent 6616b8d commit 2da56c2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Perfect for CLI application user preferences.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Graeme Cassels (https://github.com/cassels)",
"license": "MIT",
"scripts": {
"test": "jest",
Expand All @@ -13,6 +14,28 @@
"clean": "rm -rf lib",
"semantic-release": "semantic-release"
},
"keywords": [
"pref",
"prefs",
"preferences",
"conf",
"config",
"configuration",
"store",
"storage",
"settings",
"secure",
"cli",
"data",
"encrypted",
"persist",
"persistent",
"save",
"load",
"read",
"write",
"cache"
],
"devDependencies": {
"@types/jest": "^26.0.5",
"@types/node": "^14.11.2",
Expand All @@ -39,6 +62,9 @@
"type": "git",
"url": "https://github.com/cassels/dotpref.git"
},
"contributors": [
"Graeme Cassels (https://github.com/cassels)"
],
"files": [
"lib"
]
Expand Down

0 comments on commit 2da56c2

Please sign in to comment.