Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 4fef8a9

Browse files
committed
Correct N3 path.
1 parent 1eafe48 commit 4fef8a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

browser.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// Make the ldf-client module available as a global browser object
22
window.ldf = require('./ldf-client');
3-
window.N3 = require('./node_modules/n3'); // expose the same N3 version as used in the client
3+
// Expose the same N3 version as used in the client
4+
window.N3 = require('n3');

0 commit comments

Comments
 (0)