Skip to content

Commit ccf1b45

Browse files
committed
chore: Rename monorepo
1 parent 83aecae commit ccf1b45

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# web-libs
1+
# jslibs
22

3-
A metarepository containing various libraries I maintain for my typical web stack.
3+
A metarepository containing various libraries I maintain for my typical JavaScript/TypeScript stack.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "web-libs",
2+
"name": "jslibs",
33
"version": "1.0.0",
44
"description": "A collection of libraries a maintain for my personal web stack.",
55
"license": "MIT",
@@ -13,11 +13,11 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/spuxx1701/web-libs"
16+
"url": "https://github.com/spuxx1701/jslibs"
1717
},
18-
"homepage": "https://github.com/spuxx1701/web-libs/blob/main/README.md",
18+
"homepage": "https://github.com/spuxx1701/jslibslob/main/README.md",
1919
"bugs": {
20-
"url": "https://github.com/spuxx1701/web-libs/issues"
20+
"url": "https://github.com/spuxx1701/jslibsssues"
2121
},
2222
"packageManager": "pnpm@9.6.0",
2323
"scripts": {

packages/browser-utils/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Chores
1919

20-
- Package source code has been movted into the [web-libs](https://github.com/spuxx1701/web-libs) monorepo.
20+
- Package source code has been movted into the [jslibs](https://github.com/spuxx1701/jslibs) monorepo.
2121

2222
## [0.3.0] - 2024-05-23
2323

0 commit comments

Comments
 (0)