Remove lib
[clamp.git] / ui-react / package.json
index 4a363ab..0e0c6ab 100644 (file)
@@ -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"
                        ]
                ]
        }