We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e565f commit 639c75aCopy full SHA for 639c75a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "binary-parser",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"description": "Blazing-fast binary parser builder",
5
"main": "lib/binary_parser.js",
6
"devDependencies": {
@@ -23,13 +23,13 @@
23
"author": {
24
"name": "Keichi Takahashi",
25
"email": "keichi.t@me.com",
26
- "url": "http://blog.keichi.net/"
+ "url": "https://keichi.net/"
27
},
28
"license": "MIT",
29
"repository": {
30
"type": "git",
31
- "url": "http://github.com/Keichi/binary-parser.git"
+ "url": "http://github.com/keichi/binary-parser.git"
32
33
- "bugs": "http://github.com/Keichi/binary-parser/issues",
+ "bugs": "http://github.com/keichi/binary-parser/issues",
34
"dependencies": {}
35
}
0 commit comments