Skip to content

Commit 11763d1

Browse files
committed
build: migrate to c0rejs namespace
1 parent a1c1695 commit 11763d1

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->
22

3-
> ℹ️ Please, see the full project documentation here:<br><https://softvisio-node.github.io/utils/>
3+
> ℹ️ Please, see the full project documentation here:<br><https://c0rejs.github.io/utils/>
44
55
# Introduction
66

@@ -9,5 +9,5 @@ Utility modules.
99
## Install
1010

1111
```sh
12-
npm install @softvisio/utils
12+
npm install @c0rejs/utils
1313
```

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Utility modules.
55
## Install
66

77
```sh
8-
npm install @softvisio/utils
8+
npm install @c0rejs/utils
99
```

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
<link rel="stylesheet" id="lightTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple.css" />
1212
<link rel="stylesheet" id="darkTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
13-
<link rel="stylesheet" href="https://softvisio-node.github.io/cli/assets/theme/theme.css" />
13+
<link rel="stylesheet" href="https://c0rejs.github.io/cli/assets/theme/theme.css" />
1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
1515
</head>
1616
<body>
1717
<nav>
18-
<a href="#/changelog">Changelog</a><a href="https://github.com/softvisio-node/utils/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/softvisio-node/utils/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@softvisio/utils" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
18+
<a href="#/changelog">Changelog</a><a href="https://github.com/c0rejs/utils/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/c0rejs/utils/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@c0rejs/utils" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
1919
</nav>
2020
<div id="app"></div>
2121
<div id="gotoTop"><a href="#gotoTop">🡡 Top</a></div>
2222

2323
<script>
24-
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio-node/utils/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/utils", relativePath: true, repo: "https://github.com/softvisio-node/utils", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
24+
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/c0rejs/utils/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@c0rejs/utils", relativePath: true, repo: "https://github.com/c0rejs/utils", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
2525
</script>
2626

27-
<script src="https://softvisio-node.github.io/cli/assets/theme/theme.js"></script>
27+
<script src="https://c0rejs.github.io/cli/assets/theme/theme.js"></script>
2828
<script src="https://cdn.jsdelivr.net/npm/docsify"></script>
2929
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
3030
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>

lib/result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from "@softvisio/result";
1+
export { default } from "@c0rejs/result";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@softvisio/utils",
2+
"name": "@c0rejs/utils",
33
"version": "2.10.5",
44
"description": "External resources",
55
"keywords": [
@@ -31,7 +31,7 @@
3131
"/src"
3232
],
3333
"peerDependencies": {
34-
"@softvisio/result": "^6.1.1",
34+
"@c0rejs/result": "^6.1.1",
3535
"tar": "^7.0.0"
3636
}
3737
}

0 commit comments

Comments
 (0)