Skip to content

Commit e6ac7e8

Browse files
committed
Fix: issue where index.js not added
1 parent 6596b31 commit e6ac7e8

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

index.js renamed to app.js

File renamed without changes.

package-lock.json

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "moesif-aws-lambda",
3-
"version": "1.2.0",
3+
"version": "1.2.3",
44
"description": "API Monitoring Middleware for AWS Lambda",
5-
"main": "./lib/index.js",
5+
"main": "lib/index.js",
66
"keywords": [
77
"moesif",
88
"aws",
@@ -35,8 +35,7 @@
3535
"debug": "^3.1.0",
3636
"lodash": "^4.17.13",
3737
"moesifapi": "^2.0.2",
38-
"request-ip": "^2.1.3",
39-
"string": "^3.1.1"
38+
"request-ip": "^2.1.3"
4039
},
4140
"scripts": {
4241
"test": "node_modules/.bin/mocha --reporter spec"

0 commit comments

Comments
 (0)