Skip to content

Commit

Permalink
move javascript files to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
sspiff committed Mar 13, 2020
1 parent 1463502 commit 2ad837d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"name": "@sspiff/lambdapack",
"version": "0.1.0",
"description": "Bundles modules for the AWS Lambda Node.js runtime (using webpack)",
"main": "index.js",
"bin": "./index.js",
"files": "*.js",
"main": "src/index.js",
"bin": "./src/index.js",
"files": [
"src/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2ad837d

Please sign in to comment.