Skip to content

Commit 2471efa

Browse files
committed
Reset version to 0.0.1 and update links
1 parent b899ded commit 2471efa

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Diff for: package.json

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
2-
"author": "Brian J. Brennan <[email protected]> (http://bjb.io)",
3-
"name": "buffer-crc32",
2+
"name": "typedarray-crc32",
43
"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
5-
"version": "0.2.1",
6-
"contributors": [
7-
{ "name": "Vladimir Kuznetsov",
8-
"github": "mistakster"
9-
}
10-
],
11-
"homepage": "https://github.com/brianloveswords/buffer-crc32",
4+
"version": "0.0.1",
5+
"homepage": "https://github.com/otherlab/typedarray-crc32",
126
"repository": {
137
"type": "git",
14-
"url": "git://github.com/brianloveswords/buffer-crc32.git"
8+
"url": "git://github.com/otherlab/typedarray-crc32.git"
159
},
1610
"main": "index.js",
1711
"scripts": {

0 commit comments

Comments
 (0)