Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Merge f42bcb9 into fb62e0a
Browse files Browse the repository at this point in the history
  • Loading branch information
ecruzado committed May 24, 2018
2 parents fb62e0a + f42bcb9 commit 892f7d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -23,16 +23,17 @@
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"uuid": "3.0.0",
"virtual-alexa": "^0.3.8",
"virtual-alexa": "^0.6.3",
"virtual-device-sdk": "^1.0.0",
"winston": "^2.4.0"
},
"devDependencies": {
"@types/console-stamp": "^0.2.31",
"@types/commander": "^2.11.0",
"@types/console-stamp": "^0.2.31",
"@types/express": "^4.0.37",
"@types/form-data": "^2.2.0",
"@types/mocha": "^2.2.43",
"@types/node": "^10.1.2",
"@types/request": "^2.0.4",
"@types/request-promise-native": "^1.0.7",
"@types/sinon": "^1.16.35",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -8,7 +8,7 @@
"preserveConstEnums": true,
"sourceMap": true,
"stripInternal": true,
"target": "ES6"
"target": "es6"
},
"include": [
"bin/**/*.ts",
Expand Down

0 comments on commit 892f7d5

Please sign in to comment.