You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the description value from our app/package.json file might be appearing where it should be showing the productName value. Or maybe I'm just doing something wrong. Specifically, we see the description in the Task Manager.
Screenshots below, but here's a snippet from our app/package.json file:
{"name": "hughesnet-status-meter","author": "Hughes Network Systems, LLC","productName": "HughesNet Status Meter","description": "Status Meter is like a fuel gauge for your HughesNet Data Allowance.","main": "app.js","version": "6.5.1-rc.4",
...
}
The text was updated successfully, but these errors were encountered:
It looks like the
description
value from ourapp/package.json
file might be appearing where it should be showing theproductName
value. Or maybe I'm just doing something wrong. Specifically, we see the description in the Task Manager.Screenshots below, but here's a snippet from our
app/package.json
file:The text was updated successfully, but these errors were encountered: