I\'m trying to create a library of React-Redux and I\'m trying to use create-react-app to get the boilerplate code but it include in the build script things like appHtml which a
Edit the following in the package.json
package.json
name
description
scripts
author
license
gitRepository
and do npm publish. It'll publish your library in npm
npm publish
npm