Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keichi committed Sep 28, 2021
1 parent 25f6f49 commit ea673c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binary-parser",
"version": "2.0.0",
"version": "2.0.1",
"description": "Blazing-fast binary parser builder",
"main": "dist/binary_parser.js",
"module": "dist/esm/binary_parser.mjs",
Expand All @@ -25,7 +25,6 @@
"fmt": "prettier --write \"{lib,example,test,benchmark}/**/*.{ts,js}\"",
"check-fmt": "prettier --list-different \"{lib,example,test,benchmark}/**/*.{ts,js}\"",
"test": "mocha",
"test-browser": "parcel test/browser.html --open",
"cover": "nyc --reporter html mocha",
"prepare": "npm run build"
},
Expand Down

0 comments on commit ea673c4

Please sign in to comment.