Skip to content

Commit

Permalink
Update ownership metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Dec 9, 2022
1 parent fe1fcf3 commit f10d39f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* turt2live
* @vector-im/bridges
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2022 New Vector Ltd
Copyright (c) 2018 - 2022 Travis Ralston

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix-bot-sdk

[![npm version](https://badge.fury.io/js/matrix-bot-sdk.svg)](https://www.npmjs.com/package/matrix-bot-sdk)
[![npm version](https://badge.fury.io/js/@vector-im%2Fmatrix-bot-sdk.svg)](https://www.npmjs.com/package/@vector-im/matrix-bot-sdk)

TypeScript/JavaScript SDK for Matrix bots. For help and support, visit [#matrix-bot-sdk:t2bot.io](https://matrix.to/#/#matrix-bot-sdk:t2bot.io)

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm version](https://badge.fury.io/js/matrix-bot-sdk.svg)](https://www.npmjs.com/package/matrix-bot-sdk)
[![npm version](https://badge.fury.io/js/@vector-im%2Fmatrix-bot-sdk.svg)](https://www.npmjs.com/package/@vector-im/matrix-bot-sdk)

TypeScript/JavaScript SDK for Matrix bots. For help and support, visit [#matrix-bot-sdk:t2bot.io](https://matrix.to/#/#matrix-bot-sdk:t2bot.io)

Expand All @@ -11,7 +11,7 @@ TypeScript/JavaScript SDK for Matrix bots. For help and support, visit [#matrix-

## Installing

This package can be found on [npm](https://www.npmjs.com/package/matrix-bot-sdk):
This package can be found on [npm](https://www.npmjs.com/package/@vector-im/matrix-bot-sdk):
```
npm install matrix-bot-sdk
npm install @vector-im/matrix-bot-sdk
```
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "matrix-bot-sdk",
"name": "@vector-im/matrix-bot-sdk",
"version": "develop",
"description": "TypeScript/JavaScript SDK for Matrix bots and appservices",
"repository": {
"type": "git",
"url": "git+https://github.com/turt2live/matrix-bot-sdk.git"
"url": "git+https://github.com/vector-im/matrix-bot-sdk.git"
},
"author": "turt2live",
"author": "Element",
"license": "MIT",
"bugs": {
"url": "https://github.com/turt2live/matrix-bot-sdk/issues"
"url": "https://github.com/vector-im/matrix-bot-sdk/issues"
},
"homepage": "https://github.com/turt2live/matrix-bot-sdk#readme",
"homepage": "https://github.com/vector-im/matrix-bot-sdk#readme",
"scripts": {
"prepublishOnly": "yarn build",
"docs": "jsdoc -c jsdoc.json -P package.json -u docs/tutorials",
Expand Down

0 comments on commit f10d39f

Please sign in to comment.