Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
first work done
  • Loading branch information
codeforequity-at committed Dec 13, 2017
1 parent 2e17617 commit f07e260
Show file tree
Hide file tree
Showing 23 changed files with 3,183 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,3 @@
module.exports = {
"extends": "standard"
};
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -57,3 +57,4 @@ typings/
# dotenv environment variables file
.env

temp
5 changes: 5 additions & 0 deletions index.js
@@ -0,0 +1,5 @@
module.exports = {
BotDriver: require('./src/BotDriver'),
Capabilities: require('./src/Capabilities'),
Source: require('./src/Source')
}

0 comments on commit f07e260

Please sign in to comment.