File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6565 },
6666 "main" : " index.js" ,
6767 "scripts" : {
68- "start " : " node ./bin/solid.js" ,
68+ "solid " : " node ./bin/solid.js" ,
6969 "standard" : " standard" ,
7070 "mocha" : " ./node_modules/mocha/bin/mocha ./test/*.js" ,
7171 "test" : " npm run standard && npm run mocha" ,
7474 "test-params" : " ./node_modules/mocha/bin/mocha ./test/params.js" ,
7575 "test-http" : " ./node_modules/mocha/bin/mocha ./test/http.js" ,
7676 "test-formats" : " ./node_modules/mocha/bin/mocha ./test/formats.js" ,
77- "test-errors" : " ./node_modules/mocha/bin/mocha ./test/errors.js" ,
78- "ldp-webid" : " node ./bin/solid.js --webid --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v -r ./test/resources" ,
79- "ldp-ssl" : " node ./bin/solid.js --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v -r ./test/resources"
77+ "test-errors" : " ./node_modules/mocha/bin/mocha ./test/errors.js"
8078 },
8179 "standard" : {
8280 "globals" : [
You can’t perform that action at this time.
0 commit comments