File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
383383Questions or feedback? Reach out at ** dah.kenangnon@gmail.com **
384384
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
77
88export default defineConfig ( {
99 plugins : [ react ( ) ] ,
10- base : '/OhadaKit /' ,
10+ base : '/ohadakit /' ,
1111 resolve : {
1212 alias : {
1313 'ohadakit' : resolve ( __dirname , '../src/index.ts' ) ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments