diff options
author | jwerle <joseph.werle@gmail.com> | 2022-04-14 13:51:13 -0400 |
---|---|---|
committer | jwerle <joseph.werle@gmail.com> | 2022-04-14 13:51:13 -0400 |
commit | c0e6ccb7b76479db6334e32c7fe91c63162ca9f9 (patch) | |
tree | 333a4364aba0d1735e983414366a5c5ce834ecf8 /package.json | |
parent | c872e05d652a39c598f9af447a97c5a9b2d98478 (diff) |
chore(clib.json): package.json -> clib.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index e89ce65..0000000 --- a/package.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "murmurhash", - "version": "0.0.3", - "repo": "jwerle/murmurhash.c", - "description": "MurmurHash3 general hash bashed lookup function implementation", - "keywords": ["murmur", "hash", "murmurhash"], - "license": "MIT", - "src": [ "murmurhash.h", "murmurhash.c" ] -} |