Skip to content

Commit

Permalink
Merge pull request #3 from ringods/working-example
Browse files Browse the repository at this point in the history
Correct fix to get a working demo setup
  • Loading branch information
ktonon authored Aug 16, 2017
2 parents 2ab0a99 + a23c712 commit 1163dfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"eslint": "^3.13.1",
"eslint-config-es2015": "^1.1.0",
"rc": "^1.1.6",
"serverless": "^1.17.0",
"serverless-offline": "^3.15.1",
"serverless-webpack": "^3.0.0-rc.1",
"serverless": "^1.19.0",
"serverless-offline": "^3.15.3",
"serverless-webpack": "^2.2.0",
"shebang-loader": "0.0.1",
"strip-debug-loader": "^1.0.0",
"webpack": "^3.3.0"
"webpack": "^3.5.4"
}
}
1 change: 0 additions & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ plugins:

custom:
serverless-offline:
location: .webpack/service
dontPrintOutput: true

functions:
Expand Down

0 comments on commit 1163dfa

Please sign in to comment.