-
Notifications
You must be signed in to change notification settings - Fork 28
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
Phillip Clark
committed
May 12, 2021
1 parent
c519870
commit 6efd1ec
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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": "json-ptr", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": "Phillip Clark <[email protected]>", | ||
"description": "A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.", | ||
"keywords": [ | ||
|
@@ -91,4 +91,4 @@ | |
"dependencies": { | ||
"tslib": "^2.2.0" | ||
} | ||
} | ||
} |