Skip to content

Commit 415530e

Browse files
committed
updated README
2 parents ba794d9 + 1a6d43b commit 415530e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ Brainspace is limited these days, so start with this nice boilerplate, so you do
2323
3. update the [package.js](package.json)
2424
4. start writing your [library](src/index.js)
2525

26+
## Test
27+
28+
`tape` is setup for testing you lib via
29+
30+
npm test
31+
32+
and you can lint your source with `eslint` via
33+
34+
npm run lint
35+
2636
## Support
2737

2838
Please open [an issue](https://github.com/n2geoff/js-lib/issues/new) for support.

dist/bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
var index = {};
23

34
export default index;

dist/bundle.umd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.umd = factory());
55
}(this, (function () { 'use strict';
66

7+
78
var index = {};
89

910
return index;

0 commit comments

Comments
 (0)