forked from hypergeometric/notepack
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19a26aa
commit 75f5ac2
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "notepack.io", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "A fast Node.js implementation of the latest MessagePack spec", | ||
"main": "lib/index.js", | ||
"files": [ | ||
|
@@ -9,12 +9,12 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/coinative/notepack.git" | ||
"url": "https://github.com/darrachequesne/notepack.git" | ||
}, | ||
"author": "Ben Shepheard <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/coinative/notepack/issues" | ||
"url": "https://github.com/darrachequesne/notepack/issues" | ||
}, | ||
"homepage": "https://github.com/coinative/notepack", | ||
"devDependencies": { | ||
|