diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-02-10 18:25:49 +0100 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-02-10 17:43:05 +0000 |
commit | b0fba2fc6c28ec5054cb3a59cc5ed694be1c574c (patch) | |
tree | 19f19046712161cab760a912b9f65aa147624649 /ui-react-lib | |
parent | 041255236fde0fbe4c10533d5fc99dcc74db575f (diff) |
Fix npm repo missing
Fix the Npm repo missing in the configuration
Issue-ID: CLAMP-586
Change-Id: I6e0c25beb91655e735ef2a0170e9a4404cdf8818
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react-lib')
-rwxr-xr-x | ui-react-lib/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-react-lib/package.json b/ui-react-lib/package.json index 3698484d7..39cf63a5b 100755 --- a/ui-react-lib/package.json +++ b/ui-react-lib/package.json @@ -4,6 +4,9 @@ "description": "ONAP CLAMP UI Reactjs Component Library", "author": "ONAP Clamp Team", "license": "Apache-2.0", + "publishConfig": { + "registry": "${npm.publish.url}" + }, "main": "dist/index.js", "module": "dist/esindex.js", "scripts": { |