Skip to content

Commit 8fdf580

Browse files
committed
fix: github action deploy
1 parent 1f6985f commit 8fdf580

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
99
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-3178c6.svg)](https://www.typescriptlang.org/)
1010

11-
[Installation](#installation) · [Quick Start](#quick-start) · [API](#core-api) · [GitHub](https://github.com/Dahkenangnon/OhadaKit)
11+
[Installation](#installation) · [Quick Start](#quick-start) · [API](#core-api) · [GitHub](https://github.com/Dahkenangnon/ohadakit)
1212

1313
</div>
1414

@@ -378,7 +378,7 @@ MIT © [@Dahkenangnon](https://github.com/Dahkenangnon)
378378

379379
<div align="center">
380380

381-
**[GitHub](https://github.com/Dahkenangnon/OhadaKit)** · **[Issues](https://github.com/Dahkenangnon/OhadaKit/issues)** · **[npm](https://www.npmjs.com/package/ohadakit)**
381+
**[GitHub](https://github.com/Dahkenangnon/ohadakit)** · **[Issues](https://github.com/Dahkenangnon/ohadakit/issues)** · **[npm](https://www.npmjs.com/package/ohadakit)**
382382

383383
Questions or feedback? Reach out at **dah.kenangnon@gmail.com**
384384

demo/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function App() {
4646
</nav>
4747
<div className="p-4 border-t border-gray-200 text-xs text-gray-400">
4848
<a
49-
href="https://github.com/Dahkenangnon/OhadaKit"
49+
href="https://github.com/Dahkenangnon/ohadakit"
5050
target="_blank"
5151
rel="noopener noreferrer"
5252
className="hover:text-gray-600"

demo/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
77

88
export default defineConfig({
99
plugins: [react()],
10-
base: '/OhadaKit/',
10+
base: '/ohadakit/',
1111
resolve: {
1212
alias: {
1313
'ohadakit': resolve(__dirname, '../src/index.ts'),

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
"license": "MIT",
5757
"repository": {
5858
"type": "git",
59-
"url": "git+https://github.com/Dahkenangnon/OhadaKit.git"
59+
"url": "git+https://github.com/Dahkenangnon/ohadakit.git"
6060
},
6161
"bugs": {
62-
"url": "https://github.com/Dahkenangnon/OhadaKit/issues"
62+
"url": "https://github.com/Dahkenangnon/ohadakit/issues"
6363
},
64-
"homepage": "https://github.com/Dahkenangnon/OhadaKit#readme",
64+
"homepage": "https://github.com/Dahkenangnon/ohadakit#readme",
6565
"devDependencies": {
6666
"@types/node": "^20.0.0",
6767
"@vitest/coverage-v8": "^1.0.0",

vite.config.browser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ export default defineConfig({
2121
name: 'OhadaKit',
2222
entryFileNames: 'ohadakit.umd.js',
2323
banner:
24-
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/OhadaKit */',
24+
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/ohadakit */',
2525
compact: true,
2626
},
2727
{
2828
format: 'iife',
2929
name: 'OhadaKit',
3030
entryFileNames: 'ohadakit.iife.js',
3131
banner:
32-
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/OhadaKit */',
32+
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/ohadakit */',
3333
compact: true,
3434
},
3535
],

vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineConfig(() => {
3131
preserveModules: false,
3232
exports: 'named',
3333
banner:
34-
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/OhadaKit */',
34+
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/ohadakit */',
3535
},
3636
{
3737
format: 'cjs',
@@ -40,7 +40,7 @@ export default defineConfig(() => {
4040
preserveModules: false,
4141
exports: 'named',
4242
banner:
43-
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/OhadaKit */',
43+
'/*! OhadaKit SDK | MIT License | https://github.com/Dahkenangnon/ohadakit */',
4444
},
4545
],
4646
},

0 commit comments

Comments
 (0)