Skip to content

Commit

Permalink
Merge pull request #7 from omenocal/master
Browse files Browse the repository at this point in the history
Changed to v0.1.7
  • Loading branch information
omenocal authored Apr 25, 2018
2 parents b15ec4d + 43533a7 commit 5899fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Voxa-Dashbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function register(skill, config) {
const pluginConfig = _.merge({}, defaultConfig, config);

const dashbotConfig = {
debug: pluginConfig.debug || true,
debug: pluginConfig.debug,
printErrors: true,
};

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voxa-dashbot",
"version": "0.1.6",
"version": "0.1.7",
"description": "Integrate Dashbot analytics into your Alexa apps using the voxa framework",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"license": "MIT",
"dependencies": {
"dashbot": "^9.5.0",
"dashbot": "^9.8.0",
"debug": "^2.6.9",
"lodash": "^4.17.5"
"lodash": "^4.17.10"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 5899fba

Please sign in to comment.