Skip to content

Commit

Permalink
Merge pull request #23 from OSU-Sustainability-Office/MakePackage
Browse files Browse the repository at this point in the history
Made package installable & private
  • Loading branch information
jackrwoods committed Apr 23, 2021
2 parents 2f34f08 + 82d98c5 commit fd6d987
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
22 changes: 21 additions & 1 deletion package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "lambda common layer",
"name": "sustainability-office-lambda-common-layer",
"version": "1.0.0",
"description": "",
"description": "Lambda common layer for the Sustainability Office AWS services.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"private":true,
"files":[
"/dependencies/"
],
"author": "Oregon State University: Office of Sustainability",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0"
Expand Down

0 comments on commit fd6d987

Please sign in to comment.