Skip to content

Commit

Permalink
style: general improvements and code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
outaTiME committed Aug 27, 2024
1 parent 913f896 commit e20a017
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .easignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ public/
.github/
.husky/
.vscode/
assets/
/assets/
packages/*
!packages/core
!packages/client
packages/client/ios/build/
packages/client/ios/Pods/
packages/client/ios/.xcode.env.local
stacks/
/stacks/
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.prettierrc.json
commitlint.config.js
lerna.json
scriptable-widget.js
sst.config.js
/commitlint.config.js
/lerna.json
/scriptable-widget.js
/sst.config.js
README.md
CHANGELOG.md
4 changes: 1 addition & 3 deletions packages/client/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ export default {
name: 'Ámbito Dólar',
slug: 'ambito-dolar',
privacy: 'hidden',
runtimeVersion: {
policy: 'appVersion',
},
runtimeVersion: version,
version,
platforms: ['android', 'ios', 'web'],
githubUrl:
Expand Down

0 comments on commit e20a017

Please sign in to comment.