Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 24ba1a5

Browse files
committed
[ROOT]: cleaned up repo naming.
1 parent 9b1bbe5 commit 24ba1a5

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "Resembli/ui" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "Resembli/react-virtualized-window" }],
44
"commit": false,
55
"linked": [],
66
"access": "public",

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Resembli UI
1+
# Contributing to react-virtualized-window
22

33
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
44

@@ -28,9 +28,9 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
2828

2929
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
3030

31-
## Report bugs using Github's [issues](https://github.com/Resembli/ui/issues)
31+
## Report bugs using Github's [issues](https://github.com/Resembli/react-virtualized-window/issues)
3232

33-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/Resembli/ui/issues/new); it's that easy!
33+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/Resembli/react-virtualized-window/issues/new); it's that easy!
3434

3535
## Write bug reports with detail, background, and sample code
3636

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [`@resembli/react-virtualized-window`](./packages/react-virtualized-window/)
22

3-
[![license](https://img.shields.io/github/license/Resembli/ui?style=flat&colorA=000000&colorB=000000)](./LICENSE)
3+
[![license](https://img.shields.io/github/license/Resembli/react-virtualized-window?style=flat&colorA=000000&colorB=000000)](./LICENSE)
44
[![bundle-size](https://img.shields.io/bundlephobia/minzip/@resembli/react-virtualized-window?style=flat&colorA=000000&colorB=000000)](https://bundlephobia.com/package/@resembli/react-virtualized-window)
55
[![npm](https://img.shields.io/npm/v/@resembli/react-virtualized-window?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/@resembli/react-virtualized-window)
66

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "@resembli/root",
2+
"name": "@resembli/react-virtualized-window-root",
33
"version": "0.0.1",
4-
"description": "root directory of @resembli/ui",
4+
"description": "root directory of @resembli/react-virtualized-window",
55
"private": true,
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/Resembli/ui.git"
8+
"url": "git+https://github.com/Resembli/react-virtualized-window.git"
99
},
1010
"author": "Lee Beydoun",
1111
"license": "MIT",
1212
"bugs": {
13-
"url": "https://github.com/Resembli/ui/issues"
13+
"url": "https://github.com/Resembli/react-virtualized-window/issues"
1414
},
15-
"homepage": "https://github.com/Resembli/ui",
15+
"homepage": "https://github.com/Resembli/react-virtualized-window",
1616
"devDependencies": {
1717
"@changesets/changelog-github": "^0.4.2",
1818
"@changesets/cli": "^2.20.0",

packages/react-virtualized-window/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
],
2828
"repository": {
2929
"type": "git",
30-
"url": "git+https://github.com/Resembli/ui.git",
30+
"url": "git+https://github.com/Resembli/react-virtualized-window.git",
3131
"directory": "packages/react-virtualized-window"
3232
},
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/Resembli/ui/issues"
35+
"url": "https://github.com/Resembli/react-virtualized-window/issues"
3636
},
37-
"homepage": "https://www.resembli.com/docs/react-virtualized-window/",
37+
"homepage": "https://react-virtualized-window.com",
3838
"scripts": {
3939
"build": "swc ./src -d dist --config-file ../.swcrc && tsc",
4040
"clean": "rimraf dist",

0 commit comments

Comments
 (0)