forked from nelson-ai/blazegraph-js
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Matthias Frank
authored
Jun 4, 2019
1 parent
cc254c4
commit 3a55b31
Showing
1 changed file
with
2 additions
and
2 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": "blazegraph", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Blazegraph JavaScript API", | ||
"license": "MIT", | ||
"author": "David Hérault <[email protected]> (https://github.com/dherault)", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"homepage": "https://github.com/nelson-ai/blazegraph-js#readme", | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"axios": "^0.19.0", | ||
"n3": "^1.0.1", | ||
"ramda": "^0.26.1" | ||
}, | ||
|