Skip to content

Commit

Permalink
Add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbdk committed Jun 30, 2019
1 parent 1ecfb00 commit 42745c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// @TODO, should export stuff from source...
module.exports = {
agent: require('./src/agent'),
table: require('./src/table')
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vargr/vargr-table",
"version": "0.1.0",
"version": "0.1.1",
"description": "WIP, currently this does not work.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 42745c9

Please sign in to comment.