Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yeohongred committed Oct 1, 2024
1 parent 0690d3b commit 5f8fac9
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"name": "2048",
"version": "1.0.0",
"version": "0.1.0",
"private": true,
"license": "MIT",
"devDependencies": {
"@fitbit/sdk": "~6.2.0-pre.1",
"@fitbit/sdk-cli": "~1.8.0-pre.10"
},
"dependencies": {
"fitbit-gestures": "^1.0.2"
},
"fitbit": {
"appUUID": "2bcb9c0f-493b-4ec5-9fe0-07039a28ffa1",
"appUUID": "a1add78d-4831-4e0f-8df8-6bdb8fb07174",
"appType": "app",
"appDisplayName": "2048",
"iconFile": "resources/icon.png",
"wipeColor": "#000000",
"wipeColor": "#ffffff",
"requestedPermissions": [],
"buildTargets": [
"hera",
"rhea"
"rhea",
"hera"
],
"i18n": {},
"defaultLanguage": "en-US",
"enableProposedAPI": true
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
},
"devDependencies": {
"@fitbit/sdk": "~7.1.0-pre.0",
"@fitbit/sdk-build-targets": "cmengler/fitbit-sdk-build-targets",
"@fitbit/sdk-cli": "~1.8.0-pre.10"
},
"dependencies": {
"fitbit-gestures": "^1.0.2"
}
}

0 comments on commit 5f8fac9

Please sign in to comment.