Skip to content

Commit 74ceea0

Browse files
author
deiu
committed
Merge branch 'new-command-line' of github.com:solid/node-solid-server into new-command-line
2 parents 170393a + a5ebf11 commit 74ceea0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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",
@@ -74,9 +74,7 @@
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": [

0 commit comments

Comments
 (0)