Skip to content

Commit 19b5e2e

Browse files
committed
feat: add aplayer css bundled
1 parent 7593c21 commit 19b5e2e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ The APlayer features you love with the APlayer options you are familiar with.
2121

2222
## Usage
2323

24-
Install `aplayer-react` along with `aplayer`.
24+
Install `aplayer-react` npm package
2525

26-
npm i aplayer-react aplayer
26+
npm i aplayer-react
2727

28-
Import APlayer component from `aplayer-react` package, and import stylesheet from `aplayer` package.
28+
Import APlayer component from `aplayer-react` package, and import stylesheet.
2929

3030
```jsx
3131
import { APlayer } from "aplayer-react";

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
"vitest": "^0.26.3"
7777
},
7878
"peerDependencies": {
79-
"aplayer": "^1.10.1",
8079
"react": "^18.2.0"
8180
},
8281
"publishConfig": {

0 commit comments

Comments
 (0)