From 363a36b982645177001f65cf8d5a478b63192cd7 Mon Sep 17 00:00:00 2001 From: Sabrina Luo Date: Tue, 11 Jul 2017 18:08:55 +0800 Subject: [PATCH] update package.json --- package.json | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a10b0f8..d3700c3 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,37 @@ { "name": "react-aplayer", - "version": "1.0.0", - "main": "./dist/react-aplayer.min.js", + "version": "0.1.0", + "main": "src/react-aplayer.js", "author": "Sabrina Luo ", "homepage": "http://sabrinaluo.github.io/react-aplayer", + "description": "A React wrapper component of APlayer", + "keywords": [ + "aplayer", + "player", + "music", + "audio", + "react-aplayer" + ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sabrinaluo/react-aplayer.git" }, + "bugs": { + "url": "https://github.com/sabrinaluo/react-aplayer/issues" + }, "dependencies": { "aplayer": "^1.6.0", - "prop-types": "^15.5.10", - "react": "^15.5.4", - "react-dom": "^15.5.4" + "prop-types": "^15.5.10" }, "devDependencies": { - "react-scripts": "1.0.7" + "react-scripts": "1.0.7", + "react": "^15.5.4", + "react-dom": "^15.5.4" }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts build && webpack", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "predeploy": "npm run build",