Skip to content

Commit adcff76

Browse files
author
Martin Martinez Rivera
committed
Fix dependencies and added root parameters to scripts
1 parent bf6836a commit adcff76

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"li": "^1.0.1",
3939
"mime": "^1.3.4",
4040
"n3": "^0.4.3",
41+
"negotiator": "^0.5.3",
4142
"node-regexp": "^0.1.1",
4243
"node-uuid": "^1.4.3",
4344
"nomnom": "^1.8.1",
4445
"raw-body": "^2.1.2",
45-
"rdflib": "^0.2.6",
46+
"rdflib": "^0.2.8",
4647
"redis": "^0.12.1",
4748
"request": "^2.58.0",
4849
"response-time": "^2.3.1",
4950
"string": "^3.3.0",
50-
"webid": "^0.2.2",
51-
"negotiator": "^0.5.3"
51+
"webid": "^0.2.2"
5252
},
5353
"devDependencies": {
5454
"chai": "^3.0.0",
@@ -63,9 +63,9 @@
6363
"test-acl": "./node_modules/mocha/bin/mocha ./test/acl.js",
6464
"test-params": "./node_modules/mocha/bin/mocha ./test/params.js",
6565
"test-http": "./node_modules/mocha/bin/mocha ./test/http.js",
66-
"test-formats": "./node_modules/mocha/bin/mocha ./test/http.js",
67-
"ldp-webid": "node ./bin/ldnode.js --webid --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v",
68-
"ldp-ssl": "node ./bin/ldnode.js --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v"
66+
"test-formats": "./node_modules/mocha/bin/mocha ./test/formats.js",
67+
"ldp-webid": "node ./bin/ldnode.js --webid --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v -r ./test/resources",
68+
"ldp-ssl": "node ./bin/ldnode.js --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v -r ./test/resources"
6969
},
7070
"bin": {
7171
"ldnode": "./bin/ldnode.js"

0 commit comments

Comments
 (0)