Skip to content

Commit

Permalink
Update Docs - Prepare for release of v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispanag committed May 18, 2021
1 parent 236797d commit 3e010f5
Show file tree
Hide file tree
Showing 15 changed files with 124 additions and 462 deletions.
4 changes: 0 additions & 4 deletions examples/test-adapter-bot/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions examples/test-adapter-bot/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions examples/test-adapter-bot/src/bot.ts

This file was deleted.

61 changes: 0 additions & 61 deletions examples/test-adapter-bot/src/modules/getStarted/actions.ts

This file was deleted.

10 changes: 0 additions & 10 deletions examples/test-adapter-bot/src/modules/getStarted/index.ts

This file was deleted.

12 changes: 0 additions & 12 deletions examples/test-adapter-bot/src/modules/getStarted/middlewares.ts

This file was deleted.

129 changes: 0 additions & 129 deletions examples/test-adapter-bot/src/scripts/install.ts

This file was deleted.

28 changes: 0 additions & 28 deletions examples/test-adapter-bot/src/secret.ts

This file was deleted.

6 changes: 0 additions & 6 deletions examples/test-adapter-bot/src/server.ts

This file was deleted.

69 changes: 0 additions & 69 deletions examples/test-adapter-bot/tsconfig.json

This file was deleted.

3 changes: 1 addition & 2 deletions examples/viber-demo-bot/src/modules/getStarted/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ async function getTest8(user: InMemoryUser, payload: string) {
sender: {
name: 'Giorgos'
},
media:
'https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif'
media: 'https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif'
})
)
.end();
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
],
"scripts": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"lerna": "^4.0.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"ts-mocha": "^8.0.0",
"typescript": "^4.2.3",
"mocha": "^8.3.2"
"typescript": "^4.2.4",
"mocha": "^8.4.0"
},
"engines": {
"node": ">=10.18.0",
"yarn": "^1.19.1"
"node": ">=12.0.0",
"yarn": "^1.22.0"
}
}
Loading

0 comments on commit 3e010f5

Please sign in to comment.