Skip to content

Commit

Permalink
version bump; fix conditionality of rdflib
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Nov 7, 2020
1 parent 6be0bda commit 4830fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-rest",
"version": "1.2.4",
"version": "1.2.5",
"author": "Jeff Zucker",
"license": "MIT",
"description": "treat any storage as a mini Solid server",
Expand Down
2 changes: 1 addition & 1 deletion src/rest-patch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const $rdf = require('rdflib')
const $rdf = global.$rdf;
//const crypto = require('crypto') TODO may be

const PATCH_NS = 'http://www.w3.org/ns/solid/terms#'
Expand Down

0 comments on commit 4830fba

Please sign in to comment.