Skip to content

Commit ca067e3

Browse files
committed
Moved the SDK to devDependencies only as WS are already production within the last year or so
1 parent 264f542 commit ca067e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

onconnect/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "src/app.js",
66
"author": "SAM CLI",
77
"license": "MIT",
8-
"dependencies": {
8+
"dependencies": {},
9+
"devDependencies": {
910
"aws-sdk": "^2.739.0"
1011
}
1112
}

ondisconnect/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "src/app.js",
66
"author": "SAM CLI",
77
"license": "MIT",
8-
"dependencies": {
8+
"dependencies": {},
9+
"devDependencies": {
910
"aws-sdk": "^2.739.0"
1011
}
1112
}

sendmessage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "src/app.js",
66
"author": "SAM CLI",
77
"license": "MIT",
8-
"dependencies": {
8+
"dependencies": {},
9+
"devDependencies": {
910
"aws-sdk": "^2.739.0"
1011
}
1112
}

0 commit comments

Comments
 (0)