Skip to content

Commit 27b4247

Browse files
cleanup
1 parent 572517b commit 27b4247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ _Architectural overview of the solution - you don't need to worry about all of t
3333
</details>
3434

3535
### What can (and will) be AppSync'ed?
36-
- Anything inside your `/app` folder (but not the `App_Resources` folder.
36+
- Anything inside your `/app` folder (but not the `App_Resources` folder).
3737
- Anything inside your `/node_modules` folder.
3838

3939
> 💁‍♂️ Note that we don't actually use those folders, but the `app` folder in `platforms/ios/<appname>/app` and `platforms/android/app/src/main/assets/app`, the benefit of which is we don't "care" if you use Webpack or Uglify or whatever tools you use to minify or scramble your app's assets.

demo-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@angular/platform-browser-dynamic": "~8.2.3",
4444
"@angular/router": "~8.2.3",
4545
"nativescript-angular": "~8.2.0",
46-
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.5.tgz",
46+
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.6.tgz",
4747
"nativescript-theme-core": "~1.0.6",
4848
"reflect-metadata": "~0.1.13",
4949
"rxjs": "~6.5.2",

0 commit comments

Comments
 (0)