Skip to content

Commit

Permalink
Updated libraries to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnzlt committed Jul 9, 2017
1 parent 85d268a commit a01fc15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ typings/
# Yarn Integrity file
.yarn-integrity

# Yarn Lock file
yarn.lock

# package.json Lock file
package-lock.json

# dotenv environment variables file
.env

Expand All @@ -70,7 +76,6 @@ typings/
# Icon must end with two \r
Icon


# Thumbnails
._*

Expand Down Expand Up @@ -98,6 +103,9 @@ Temporary Items
.idea/
*.zip

# CMake
cmake-build-debug/

## File-based project format:
*.iws

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": "alexa-apiai-bridge",
"version": "1.0.0",
"version": "1.1.1",
"description": "Bridge to connect Amazon Alexa to Api.ai using an AWS Lambda Function",
"author": "Gnzlt",
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
"url": "https://github.com/Gnzlt/AlexaApiAiBridge.git"
},
"dependencies": {
"alexa-sdk": "^1.0.7",
"apiai": "^4.0.1"
"alexa-sdk": "^1.0.11",
"apiai": "^4.0.2"
}
}

0 comments on commit a01fc15

Please sign in to comment.