From: Sébastien Determe Date: Wed, 21 Aug 2019 13:37:20 +0000 (+0000) Subject: Merge "Changes to support npm publish of reactjs components" X-Git-Tag: 6.0.0~11^2~361 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b54c22cf12ebf4fda895e2b21d00cfac294447d7;p=policy%2Fclamp.git Merge "Changes to support npm publish of reactjs components" --- b54c22cf12ebf4fda895e2b21d00cfac294447d7 diff --cc ui-react/package.json index 9c94ccc3f,a51812271..9770d44c6 --- a/ui-react/package.json +++ b/ui-react/package.json @@@ -7,13 -13,19 +13,19 @@@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test --env=jsdom", - "eject": "react-scripts eject" + "test": "react-scripts test --env=jsdom --watchAll=false", + "eject": "react-scripts eject", + "publish": "npm run publish" }, - "author": "ONAP Clamp Team", - "license": "Apache-2.0", + "files": [ + "src/*.js", + "src/*.png", + "src/api", + "src/components", + "src/theme" + ], "dependencies": { - "@json-editor/json-editor": "1.3.5", + "@json-editor/json-editor": "1.4.0-beta.0", "react": "16.8.0", "react-dom": "16.8.0", "react-scripts": "3.0.1",