Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
0.1.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
pyraxo committed Jan 2, 2017
1 parent cfe72fe commit 0460c0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ node_modules

test/auth.json

assets
docs
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "sylphy",
"version": "0.1.0",
"version": "0.1.0a",
"description": "The better Discord bot framework",
"main": "build/index.js",
"scripts": {
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"pub": "gulp && npm publish",
"install": "gulp",
"test": "gulp && node test/bot.js"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function Sylphy (opts) {
}

module.exports = Object.assign(Sylphy, Core,
{ Client },
require('./util'),
require('./structures'),
require('./managers')
Expand Down

0 comments on commit 0460c0f

Please sign in to comment.