Skip to content

Commit c898ab8

Browse files
authored
chore: repo rename from asyncapi-node to spec-json-schemas (#83)
1 parent f7ed384 commit c898ab8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://travis-ci.org/asyncapi/asyncapi-node.svg?branch=master)
1+
![npm](https://img.shields.io/npm/v/@asyncapi/specs?style=for-the-badge) ![npm](https://img.shields.io/npm/dt/@asyncapi/specs?style=for-the-badge)
22

33
# AsyncAPI
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/asyncapi/asyncapi-node.git"
17+
"url": "git+https://github.com/asyncapi/spec-json-schemas.git"
1818
},
1919
"author": {
2020
"name": "Fran Mendez",
@@ -31,9 +31,9 @@
3131
],
3232
"license": "Apache-2.0",
3333
"bugs": {
34-
"url": "https://github.com/asyncapi/asyncapi-node/issues"
34+
"url": "https://github.com/asyncapi/spec-json-schemas/issues"
3535
},
36-
"homepage": "https://github.com/asyncapi/asyncapi-node#readme",
36+
"homepage": "https://github.com/asyncapi/spec-json-schemas#readme",
3737
"devDependencies": {
3838
"mocha": "^8.2.1",
3939
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)