Re-gen package.json to fix sideload error

This commit is contained in:
2026-04-11 23:32:24 -04:00
parent fab03edcb1
commit bd9c484ff6
2 changed files with 13 additions and 8 deletions

View File

@@ -1,16 +1,20 @@
{
"name": "subnet-helper",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": [
"networking",
"subnet",
"converter"
"mask",
"cidr"
],
"name": "subnet-helper",
"private": true,
"dependencies": {},
"pebble": {
"displayName": "Subnet Helper",
"enableMultiJS": false,
"projectType": "native",
"uuid": "09853807-57bd-47e5-8684-e8f2bb3eecad",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
@@ -20,10 +24,11 @@
"emery",
"gabbro"
],
"uuid": "09853807-57bd-47e5-8684-e8f2bb3eecad",
"watchapp": {
"watchface": false
},
"resources": {
"media": []
}
},
"version": "1.0.0"
}
}