Browse Source

fix app name so that it'll build

design-tweaks-2023-12
Trent Larson 10 months ago
parent
commit
041308ebc9
  1. 4
      package-lock.json
  2. 2
      package.json

4
package-lock.json

@ -1,11 +1,11 @@
{
"name": "Time Safari",
"name": "TimeSafari",
"version": "0.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Time Safari",
"name": "TimeSafari",
"version": "0.1.5",
"dependencies": {
"@ethersproject/hdnode": "^5.7.0",

2
package.json

@ -1,5 +1,5 @@
{
"name": "Time Safari",
"name": "TimeSafari",
"version": "0.1.5",
"private": true,
"scripts": {

Loading…
Cancel
Save