Skip to content

Commit

Permalink
chore: modify package name
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaotao committed Jul 10, 2024
1 parent 38669c1 commit be46ac0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

Flexible, cross-platform, powerful danmu library.

> Demo preview: https://imtaotao.github.io/danmu/
### Usage

Expand Down
2 changes: 1 addition & 1 deletion demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function App({ manager }: { manager: Manager<BarrageValue> }) {
<div className="w-full bg-slate-200">
<div className="mx-auto aspect-[4/2] p-3 h-screen flex text-slate-600">
<div className="min-w-96 w-96 mr-2 px-4 py-3 border-slate-400 border-indigo-500/50 rounded-sm bg-slate-300">
<a target="_blank" href="https://github.com/imtaotao/danmuku">
<a target="_blank" href="https://github.com/imtaotao/danmu">
<img
src={githubLogo}
alt="github logo"
Expand Down
2 changes: 1 addition & 1 deletion demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react';

// https://vitejs.dev/config/
export default defineConfig({
base: 'danmuku',
base: 'danmu',
plugins: [react()],
resolve: {
alias: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/imtaotao/danmuku.git"
"url": "git+https://github.com/imtaotao/danmu.git"
},
"bugs": {
"url": "https://github.com/imtaotao/danmuku/issues"
"url": "https://github.com/imtaotao/danmu/issues"
},
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit be46ac0

Please sign in to comment.