Skip to content

Commit

Permalink
Release Verbatim version 0.1.0.
Browse files Browse the repository at this point in the history
 * Remove dead code. Closes #15.
 * Add clicklets, badges and description. Closes #5. Closes #8.
 * With with Actions. Ship coverage to Codecov. Closes #9. Closes #14.
 * Add `.npmignore`. See #8.
 * Update `.gitignore`. See #8.
 * Remove `t` directory. See #8.
 * (de)serialize JavaScript objects. Closes #13.
 * Update `LICENSE` for 2020. Closes #12.
 * Build with only Node.js 12 on Travis CI. Closes #11.

Closes #16.
  • Loading branch information
flatheadmill committed Oct 2, 2020
1 parent 64bfa5c commit 6aea42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verbatim",
"version": "0.0.1",
"version": "0.1.0",
"description":

"JavaScript serialization of typed objects with cyclical references.",
Expand Down

0 comments on commit 6aea42b

Please sign in to comment.