X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-react%2Fpackage.json;h=0e0c6ab6b0a523dfa3443d7f6e1ea468790a0e45;hb=8a359114b6fa9b18b398709136db22e40b79fdd3;hp=4a363ab519f2d6f079a290c1284e946d5242dbdc;hpb=f1c0f94253036ec6ae0996f832e7327e9f68fca4;p=clamp.git diff --git a/ui-react/package.json b/ui-react/package.json index 4a363ab5..0e0c6ab6 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -5,7 +5,7 @@ "author": "ONAP Clamp Team", "license": "Apache-2.0", "publishConfig": { - "registry": "https://nexus3.onap.org/repository/npm.snapshot/" + "registry": "${npm.publish.url}" }, "main": "index.js", "proxy": "https://localhost:8443", @@ -16,7 +16,7 @@ "test:watch": "jest --watch", "test:coverage": "jest --coverage", "eject": "react-scripts eject", - "publish": "npm run publish" + "publish": "npm publish" }, "files": [ "src/*.js", @@ -64,7 +64,7 @@ "lcov" ], "moduleNameMapper": { - "\\.(css|png)$": "identity-obj-proxy" + "\\.(css|png)$": "identity-obj-proxy" }, "setupFiles": [ "./src/setupTests.js" @@ -84,6 +84,9 @@ { "loose": true } + ], + [ + "@babel/plugin-transform-runtime" ] ] }