summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-07-23 16:25:33 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-07-31 15:24:52 +0000
commitac2fc7d830460742b774a9a9ff1d5a9ee3626c2f (patch)
tree6145c3db0efeb2a9a3b8b0bc0f9146e29043644b
parent493074ddef7464c9e6a6d5dc713079d739b64d02 (diff)
downloadphosphor-webui-ac2fc7d830460742b774a9a9ff1d5a9ee3626c2f.tar.gz
phosphor-webui-ac2fc7d830460742b774a9a9ff1d5a9ee3626c2f.zip
Change package name to phosphor-webui
Most other npm projects have the same package.json name as the repository. phosphor-webui makes more sense here a name. Tested: npm install && npm run build Change-Id: If0d8697bda5332ce3b4ae86bda620d37cb447de2 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 199c791..1ff4e44 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "openbmc_browser_interface",
+ "name": "phosphor-webui",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
diff --git a/package.json b/package.json
index 04faffb..2f20ed0 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "openbmc_browser_interface",
+ "name": "phosphor-webui",
"description": "Web-based user interface for the OpenBMC firmware stack",
"author": {
"name": "OpenBMC Developers",
OpenPOWER on IntegriCloud