Skip to content

Commit

Permalink
Dependencies fix to make sls project install working
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsanger committed Apr 26, 2016
1 parent 8949736 commit f749a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"facebook messenger bot"
],
"dependencies": {
"axios": "^0.9.1"
"axios": "^0.9.1",
"serverless-offline": "^2.2.10",
"serverless-webpack-plugin": "^0.4.1"
},
"devDependencies": {
"babel-core": "^6.7.7",
Expand All @@ -38,8 +40,6 @@
"chai": "^3.5.0",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"serverless-offline": "^2.2.10",
"serverless-webpack-plugin": "^0.4.1",
"sinon": "^1.17.3",
"webpack": "^1.13.0"
}
Expand Down

0 comments on commit f749a17

Please sign in to comment.