Skip to content

Commit

Permalink
chore: Rename monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx-dev committed Jul 29, 2024
1 parent 83aecae commit ccf1b45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# web-libs
# jslibs

A metarepository containing various libraries I maintain for my typical web stack.
A metarepository containing various libraries I maintain for my typical JavaScript/TypeScript stack.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "web-libs",
"name": "jslibs",
"version": "1.0.0",
"description": "A collection of libraries a maintain for my personal web stack.",
"license": "MIT",
Expand All @@ -13,11 +13,11 @@
],
"repository": {
"type": "git",
"url": "https://github.com/spuxx1701/web-libs"
"url": "https://github.com/spuxx1701/jslibs"
},
"homepage": "https://github.com/spuxx1701/web-libs/blob/main/README.md",
"homepage": "https://github.com/spuxx1701/jslibslob/main/README.md",
"bugs": {
"url": "https://github.com/spuxx1701/web-libs/issues"
"url": "https://github.com/spuxx1701/jslibsssues"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Chores

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

## [0.3.0] - 2024-05-23

Expand Down

0 comments on commit ccf1b45

Please sign in to comment.