Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
moved file system handler to separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
bergos committed Dec 11, 2016
1 parent 2fc7a71 commit 091b9a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"rewriteContent": true
},
"handler": {
"module": "./trifid-handler-fs",
"module": "trifid-handler-fs",
"options": {
"path": "node_modules/tbbt-ld"
}
Expand Down
21 changes: 0 additions & 21 deletions lib/trifid-handler-fs.js

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,18 @@
"express-negotiate": "^0.0.5",
"findup-sync": "^0.4.3",
"http-errors": "^1.5.1",
"ldp": "^0.1.5",
"lodash": "^4.16.4",
"morgan": "^1.7.0",
"mustache": "^2.3.0",
"node-fetch": "^1.6.3",
"patch-headers": "^1.0.0",
"rdf-ext": "^0.3.0",
"rdf-store-fs": "^0.3.1",
"request": "^2.78.0",
"shortstop": "^1.0.3",
"shush": "^1.0.0",
"sparql-http-client": "^1.0.1",
"stream-buffers": "^3.0.1",
"tbbt-ld": "latest",
"trifid-handler-fs": "git://github.com/zazukoians/trifid-handler-fs.git#master",
"trifid-renderer-rdf2h": "git://github.com/zazukoians/trifid-renderer-rdf2h.git#master",
"yasgui": "^2.4.4"
},
Expand Down

0 comments on commit 091b9a8

Please sign in to comment.