Skip to content

Commit

Permalink
Add description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-dlee committed Jul 28, 2022
1 parent 81bd943 commit 7770ee3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"repository": {
"url": "https://github.com/brian-dlee/smuggler"
},
"version": "0.1.5",
"description": "",
"version": "0.1.6",
"description": "Smuggle large configuration variables into Vercel deployments in an encrypted format.",
"main": "./dist/index.js",
"bin": {
"smuggler": "./dist/cli.js"
Expand All @@ -21,8 +21,17 @@
"build": "tsc",
"test": "jest"
},
"keywords": [],
"author": "",
"keywords": [
"vercel",
"prisma",
"cloud sql",
"ssl",
"encryption",
"4kb",
"environment variable",
"secrets"
],
"author": "Brian Lee <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down

0 comments on commit 7770ee3

Please sign in to comment.