File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments