Skip to content

Commit

Permalink
chore: add keywords and bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
blewisio committed Apr 10, 2020
1 parent 8d594a2 commit 15d25a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generate-serverless-endpoints",
"version": "1.0.0",
"description": "",
"description": "Stub serverless API endpoints via command-line questionnaire",
"bin": {
"generate-serverless-endpoints": "index.js",
"generate-endpoints": "index.js",
Expand All @@ -11,12 +11,19 @@
"start": "node index.js",
"lint": "npx eslint *.js"
},
"keywords": ["serverless", "generator", "api", "endpoint"],
"keywords": [
"serverless",
"generate",
"generator",
"api",
"endpoint",
"endpoints"
],
"license": "ISC",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1"
"eslint-plugin-import": "^2.20.2"
},
"dependencies": {
"camelcase": "^5.3.1",
Expand Down

0 comments on commit 15d25a4

Please sign in to comment.