Skip to content

Commit

Permalink
Merge pull request #36 from Naktibalda/patch-1
Browse files Browse the repository at this point in the history
Updated dependencies of mocha sample
  • Loading branch information
TestMyBot authored Dec 8, 2017
2 parents 933b0c0 + 523b617 commit 3bb4889
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"scripts": {
"start": "node index.js",
"start_testmybot": "page_token=test verify_token=test node index.js",
"test": "./node_modules/.bin/mocha --reporter spec spec"
"test": "./node_modules/.bin/mocha --reporter spec --exit spec"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^3.4.2",
"mocha": "^4.0.1",
"testmybot": "../..",
"testmybot-chat": "*",
"testmybot-fbmock": "*"
},
"dependencies": {
"botkit": "^0.5.4"
"botkit": ">=0.5.4 <1.0.0"
}
}

0 comments on commit 3bb4889

Please sign in to comment.