Skip to content

Commit 363a36b

Browse files
committed
update package.json
1 parent 4374465 commit 363a36b

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

package.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
11
{
22
"name": "react-aplayer",
3-
"version": "1.0.0",
4-
"main": "./dist/react-aplayer.min.js",
3+
"version": "0.1.0",
4+
"main": "src/react-aplayer.js",
55
"author": "Sabrina Luo <[email protected]>",
66
"homepage": "http://sabrinaluo.github.io/react-aplayer",
7+
"description": "A React wrapper component of APlayer",
8+
"keywords": [
9+
"aplayer",
10+
"player",
11+
"music",
12+
"audio",
13+
"react-aplayer"
14+
],
715
"license": "MIT",
816
"repository": {
917
"type": "git",
1018
"url": "https://github.com/sabrinaluo/react-aplayer.git"
1119
},
20+
"bugs": {
21+
"url": "https://github.com/sabrinaluo/react-aplayer/issues"
22+
},
1223
"dependencies": {
1324
"aplayer": "^1.6.0",
14-
"prop-types": "^15.5.10",
15-
"react": "^15.5.4",
16-
"react-dom": "^15.5.4"
25+
"prop-types": "^15.5.10"
1726
},
1827
"devDependencies": {
19-
"react-scripts": "1.0.7"
28+
"react-scripts": "1.0.7",
29+
"react": "^15.5.4",
30+
"react-dom": "^15.5.4"
2031
},
2132
"scripts": {
2233
"start": "react-scripts start",
23-
"build": "react-scripts build",
34+
"build": "react-scripts build && webpack",
2435
"test": "react-scripts test --env=jsdom",
2536
"eject": "react-scripts eject",
2637
"predeploy": "npm run build",

0 commit comments

Comments
 (0)