Skip to content

Commit 6ae4ee5

Browse files
committed
Releasing 0.0.1
1 parent 3965183 commit 6ae4ee5

9 files changed

+15
-7
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ npm run build
4040
It will run tests, generate documentation and output multiple targets. One for browsers and one for nodejs. See `rollup.config.js` to see the target specification.
4141

4242
If your bundler is aware of the module field in `package.json`, you'll get the ES6 module directly.
43+
44+
Once you've updated the package run this:
45+
46+
```
47+
npm version <update_type>
48+
npm publish
49+
```

doc/Counter.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
382382
<br class="clear">
383383

384384
<footer>
385-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Aug 28 2017 17:17:05 GMT+1000 (AEST)
385+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 29 2017 19:26:07 GMT+1000 (AEST)
386386
</footer>
387387

388388
<script> prettyPrint(); </script>

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
5656
<br class="clear">
5757

5858
<footer>
59-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Aug 28 2017 17:17:05 GMT+1000 (AEST)
59+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 29 2017 19:26:07 GMT+1000 (AEST)
6060
</footer>
6161

6262
<script> prettyPrint(); </script>

doc/module-Counter-BitMapTree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
501501
<br class="clear">
502502

503503
<footer>
504-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Aug 28 2017 17:17:05 GMT+1000 (AEST)
504+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 29 2017 19:26:07 GMT+1000 (AEST)
505505
</footer>
506506

507507
<script> prettyPrint(); </script>

doc/module-Counter-Counter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
489489
<br class="clear">
490490

491491
<footer>
492-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Aug 28 2017 17:17:05 GMT+1000 (AEST)
492+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 29 2017 19:26:07 GMT+1000 (AEST)
493493
</footer>
494494

495495
<script> prettyPrint(); </script>

doc/module-Counter-Leaf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
508508
<br class="clear">
509509

510510
<footer>
511-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Aug 28 2017 17:17:05 GMT+1000 (AEST)
511+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 29 2017 19:26:07 GMT+1000 (AEST)
512512
</footer>
513513

514514
<script> prettyPrint(); </script>

doc/module-Counter-Node.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
753753
<br class="clear">
754754

755755
<footer>
756-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Aug 28 2017 17:17:05 GMT+1000 (AEST)
756+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 29 2017 19:26:07 GMT+1000 (AEST)
757757
</footer>
758758

759759
<script> prettyPrint(); </script>

doc/module-Counter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Co
244244
<br class="clear">
245245

246246
<footer>
247-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Mon Aug 28 2017 17:17:05 GMT+1000 (AEST)
247+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Aug 29 2017 19:26:07 GMT+1000 (AEST)
248248
</footer>
249249

250250
<script> prettyPrint(); </script>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"module": "lib/Counter.js",
1616
"main": "dist/Counter.js",
17+
"browser": "dist/Counter-browser.js",
1718
"scripts": {
1819
"test": "ava -v",
1920
"doc": "jsdoc ./lib --destination ./doc --recurse",

0 commit comments

Comments
 (0)