-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove document object, updated dependencies and version bump
- Loading branch information
1 parent
739af8b
commit 762ebf3
Showing
2 changed files
with
7 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "webfinger.js", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "a simple webfinger record lookup library", | ||
"license": "AGPL", | ||
"private": false, | ||
|
@@ -14,7 +14,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"dependencies": { | ||
"xmlhttprequest": "1.5.x" | ||
"xmlhttprequest": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"jaribu": "*" | ||
|
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