Skip to content

Commit cb532fd

Browse files
authored
bump more versions (#177)
* bump nodemon version * bump mocha to 6.2.3 * update a bunch of minor releases * bump ts-node, typescript version, add form-data, pin aws-sdk and azure-storage version * fix backward incompatible updates * update .gitignore * bump nodemon version one more time * bump botkit version and add workaround * add TODO for botkit fix * bump required node and yarn version * bump node version in travis too * include the correct yarn version with yarn yarn policies set-version 1.19.1
1 parent 823391a commit cb532fd

12 files changed

+150486
-1213
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
.idea/
2+
*.iml
3+
14
node_modules
25
.env
36
docker-compose.yml
47
npm-debug.log
8+
9+
yarn-error.log

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6.11.1"
3+
- "12.13.0"
44
- stable
55
cache:
66
yarn: true

0 commit comments

Comments
 (0)