Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
n2geoff committed Sep 20, 2020
2 parents ba794d9 + 1a6d43b commit 415530e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Brainspace is limited these days, so start with this nice boilerplate, so you do
3. update the [package.js](package.json)
4. start writing your [library](src/index.js)

## Test

`tape` is setup for testing you lib via

npm test

and you can lint your source with `eslint` via

npm run lint

## Support

Please open [an issue](https://github.com/n2geoff/js-lib/issues/new) for support.
Expand Down
1 change: 1 addition & 0 deletions dist/bundle.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

var index = {};

export default index;
1 change: 1 addition & 0 deletions dist/bundle.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.umd = factory());
}(this, (function () { 'use strict';


var index = {};

return index;
Expand Down

0 comments on commit 415530e

Please sign in to comment.