Skip to content

Commit bf2a2a8

Browse files
committed
Auto-commit
1 parent f879890 commit bf2a2a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "handler-lambda",
33
"description": "Handler.js for AWS Lambda",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"author": {
77
"name": "Pilwon Huh",
@@ -30,8 +30,7 @@
3030
"main": "dist/index.js",
3131
"types": "dist/index.d.ts",
3232
"dependencies": {
33-
"@types/node": "^7.0.0",
34-
"handler.js": "^0.1.0"
33+
"@types/node": "^7.0.0"
3534
},
3635
"devDependencies": {
3736
"tslint": "^4.3.1",

0 commit comments

Comments
 (0)