Skip to content

Commit

Permalink
Removed Swagger client code.
Browse files Browse the repository at this point in the history
Implemented last swagger API class into the bot code.
pdated TypeScript compiler and TSLint options.
Package updates.
Added package-lock.json.
Removed yarn.lock.
Bot will now be compiled and ran from Javascript instead of using ts-node, this because it makes developing a lot easier.
  • Loading branch information
Ionaru committed Sep 5, 2017
1 parent 20a1422 commit 5631163
Show file tree
Hide file tree
Showing 29 changed files with 2,972 additions and 19,481 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@

# Node/Npm files
npm-debug.log*
/node_modules/
node_modules/

# Build files
dist/

# Sensitive application files
/config/token.txt
/data/typeIDs.yaml
/logs/
config/token.txt
data/typeIDs.yaml
logs/

# System files
*.db
*.db
4 changes: 0 additions & 4 deletions index.js

This file was deleted.

Loading

0 comments on commit 5631163

Please sign in to comment.