Skip to content

Commit

Permalink
devDependencies removed 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 f749a17 commit 4dc9c4b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-facebook-messenger-bot",
"version": "0.1.0",
"version": "0.1.2",
"description": "Serverless backend for Facebook Messenger Bot.",
"scripts": {
"offline": "serverless offline start",
Expand Down Expand Up @@ -29,17 +29,15 @@
],
"dependencies": {
"axios": "^0.9.1",
"serverless-offline": "^2.2.10",
"serverless-webpack-plugin": "^0.4.1"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"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 4dc9c4b

Please sign in to comment.