Skip to content

Commit

Permalink
Update package name to vc-test-suite-implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Dec 12, 2023
1 parent 168dbd1 commit 729715b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# isomorphic-js-lib-template Changelog
# vc-test-suite-implementations Changelog

## 2.0.0 - 2023-12-11

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# VC API Test Suite Implementations _(vc-api-test-suite-implementations)_
# VC Test Suite Implementations _(vc-test-suite-implementations)_

[![Build status](https://img.shields.io/github/workflow/status/w3c-ccg/vc-api-test-suite-implementations/Node.js%20CI)](https://github.com/w3c-ccg/vc-api-test-suite-implementations/actions?query=workflow%3A%22Node.js+CI%22)
[![Build status](https://img.shields.io/github/workflow/status/w3c-ccg/vc-test-suite-implementations/Node.js%20CI)](https://github.com/w3c-ccg/vc-test-suite-implementations/actions?query=workflow%3A%22Node.js+CI%22)

> Implementations list used across various W3C CCG test suites.
## Table of Contents

- [VC API Test Suite Implementations _(vc-api-test-suite-implementations)_](#vc-api-test-suite-implementations-vc-api-test-suite-implementations)
- [VC Test Suite Implementations _(vc-test-suite-implementations)_](#vc-test-suite-implementations-vc-test-suite-implementations)
- [Table of Contents](#table-of-contents)
- [Background](#background)
- [Security](#security)
Expand Down Expand Up @@ -39,16 +39,16 @@ client secrets used for signing zcaps or HTTP Signature Headers.
To install via NPM:

```
npm install w3c-ccg/vc-api-test-suite-implementations
npm install w3c-ccg/vc-test-suite-implementations
```

### Development

To install locally (for development):

```
git clone https://github.com/w3c-ccg/vc-api-test-suite-implementations.git
cd vc-api-test-suite-implementations
git clone https://github.com/w3c-ccg/vc-test-suite-implementations.git
cd vc-test-suite-implementations
npm install
```

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vc-api-test-suite-implementations",
"name": "vc-test-suite-implementations",
"version": "0.0.1",
"description": "",
"homepage": "https://github.com/w3c-ccg/vc-api-test-suite-implementations",
"homepage": "https://github.com/w3c-ccg/vc-test-suite-implementations",
"author": {
"name": "Digital Bazaar, Inc.",
"email": "[email protected]",
Expand All @@ -12,10 +12,10 @@
"main": "./lib/main.js",
"repository": {
"type": "git",
"url": "https://github.com/w3c-ccg/vc-api-test-suite-implementations"
"url": "https://github.com/w3c-ccg/vc-test-suite-implementations"
},
"bugs": {
"url": "https://github.com/w3c-ccg/vc-api-test-suite-implementations/issues",
"url": "https://github.com/w3c-ccg/vc-test-suite-implementations/issues",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 729715b

Please sign in to comment.