Skip to content

Commit

Permalink
Use fork of ASK SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonsy committed Jun 28, 2017
1 parent 70132ea commit 7b64891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"verbose": true
},
"dependencies": {
"alexa-sdk": "^1.0.6",
"alexa-sdk": "git+https://github.com/daemonsy/alexa-skills-kit-sdk-for-nodejs",
"fast-levenshtein": "^2.0.6",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ abbrev@1:
version "1.0.9"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"

alexa-sdk@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/alexa-sdk/-/alexa-sdk-1.0.6.tgz#4d1a8c728de837fbb3bde53e1328d05b8c7ee73b"
"alexa-sdk@git+https://github.com/daemonsy/alexa-skills-kit-sdk-for-nodejs":
version "1.0.10"
resolved "git+https://github.com/daemonsy/alexa-skills-kit-sdk-for-nodejs#779ddfa1d86bdb89e69b4d0bfd3e834ac7fc6f33"
dependencies:
aws-sdk "^2.4.7"
i18next "^3.4.1"
Expand Down

0 comments on commit 7b64891

Please sign in to comment.