Skip to content

Commit ea673c4

Browse files
committed
Bump to 2.0.1
1 parent 25f6f49 commit ea673c4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binary-parser",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Blazing-fast binary parser builder",
55
"main": "dist/binary_parser.js",
66
"module": "dist/esm/binary_parser.mjs",
@@ -25,7 +25,6 @@
2525
"fmt": "prettier --write \"{lib,example,test,benchmark}/**/*.{ts,js}\"",
2626
"check-fmt": "prettier --list-different \"{lib,example,test,benchmark}/**/*.{ts,js}\"",
2727
"test": "mocha",
28-
"test-browser": "parcel test/browser.html --open",
2928
"cover": "nyc --reporter html mocha",
3029
"prepare": "npm run build"
3130
},

0 commit comments

Comments
 (0)