diff --git a/README.md b/README.md index 8d3b2ac..fbc72d5 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Provides interoperability tests for issuers and verifiers that support ## Install -```js +```sh npm i ``` ## Usage -``` +```sh npm test ``` @@ -29,7 +29,7 @@ npm test To generate new test data use this command: -```js +```sh npm run generate-vcs ``` diff --git a/respecConfig.json b/respecConfig.json index 6ce0c36..ad471e6 100644 --- a/respecConfig.json +++ b/respecConfig.json @@ -1,4 +1,5 @@ { + "group": "vc", "specStatus": "base", "shortName": "vc-bitstring-status-list-test-suite", "subtitle": "Test Interoperability Report for Verifiable Credentials status", @@ -6,11 +7,9 @@ "edDraftURI": "https://w3c.github.io/vc-bitstring-status-list-test-suite", "doJsonLd": true, "includePermalinks": false, - "editors": [ - { "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", - "company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" } - ], "authors": [ + { "name": "Patrick St. Louis", "url": "https://github.com/PatStLouis", + "company": "OpSecId", "companyURL": "https://github.com/OpSecId" }, { "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", "company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" }, { "name": "Manu Sporny", "url": "http://manu.sporny.org/", diff --git a/w3c.json b/w3c.json index 927dc26..dec3b59 100644 --- a/w3c.json +++ b/w3c.json @@ -1,5 +1,5 @@ { - "group": "wg/vc" -, "contacts": ["iherman"] -, "repo-type": "tests" + "group": "wg/vc", + "contacts": ["iherman"], + "repo-type": "tests" }