Skip to content

Commit

Permalink
fix: file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
keerl committed Nov 7, 2021
1 parent 40ecec7 commit 52babd6
Show file tree
Hide file tree
Showing 50 changed files with 4 additions and 12 deletions.
4 changes: 0 additions & 4 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,6 @@ If you have any questions/issues/comments please feel free to create an issue or
<br />


| <img src="https://github.com/nativescript-community/ui-collectionview/raw/master/images/demo-ios.gif" height="500" /> | <img src="https://github.com/nativescript-community/ui-collectionview/raw/master/images/demo-android.gif" height="500" /> |
| --- | ----------- |
| iOS Demo | Android Demo |


[](#table-of-contents)

Expand Down
Empty file modified images/demo-android.gif
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/demo-ios.gif
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified lerna.json
100755 → 100644
Empty file.
Empty file modified package.json
100755 → 100644
Empty file.
Empty file modified packages/collectionview/CHANGELOG.md
100755 → 100644
Empty file.
Empty file modified packages/collectionview/README.md
100755 → 100644
Empty file.
6 changes: 3 additions & 3 deletions packages/collectionview/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@nativescript-community/ui-collectionview",
"version": "4.0.46",
"description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
"main": "./collectionview",
"module": "./collectionview.mjs",
"main": "./index",
"module": "./index.mjs",
"sideEffects": false,
"typings": "./collectionview.d.ts",
"typings": "./index.d.ts",
"scripts": {
"build": "npm run tsc && npm run readme",
"build.all": "npm run build && npm run build.angular",
Expand Down
Empty file modified packages/collectionview/platforms/android/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file modified packages/collectionview/platforms/android/include.gradle
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified packages/collectionview/tsconfig.json
100755 → 100644
Empty file.
Empty file modified packages/collectionview/typings/arv.d.ts
100755 → 100644
Empty file.
Empty file modified packages/waterfall/CHANGELOG.md
100755 → 100644
Empty file.
Empty file modified packages/waterfall/README.md
100755 → 100644
Empty file.
4 changes: 0 additions & 4 deletions packages/waterfall/blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
{{ template:badges }}
{{ template:description }}

| <img src="https://github.com/nativescript-community/ui-collectionview/raw/master/images/demo-ios.gif" height="500" /> | <img src="https://github.com/nativescript-community/ui-collectionview/raw/master/images/demo-android.gif" height="500" /> |
| --- | ----------- |
| iOS Demo | Android Demo |

{{ template:toc }}

## Installation
Expand Down
Empty file modified packages/waterfall/package.json
100755 → 100644
Empty file.
Empty file modified packages/waterfall/platforms/ios/Podfile
100755 → 100644
Empty file.
Empty file modified packages/waterfall/tsconfig.json
100755 → 100644
Empty file.
Empty file.
Empty file modified src/collectionview/angular/collectionview-comp.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/angular/index.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/angular/package.json
100755 → 100644
Empty file.
Empty file modified src/collectionview/angular/tsconfig.json
100755 → 100644
Empty file.
Empty file modified src/collectionview/index-common.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/index.android.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/index.d.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/index.ios.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/react/index.tsx
100755 → 100644
Empty file.
Empty file modified src/collectionview/references.d.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/svelte/index.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/typings/arv.d.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/typings/flexibleAdapter.d.ts.old
100755 → 100644
Empty file.
Empty file modified src/collectionview/vue/component.ts
100755 → 100644
Empty file.
Empty file modified src/collectionview/vue/index.ts
100755 → 100644
Empty file.
Empty file modified src/waterfall/index.android.ts
100755 → 100644
Empty file.
Empty file modified src/waterfall/index.d.ts
100755 → 100644
Empty file.
Empty file modified src/waterfall/index.ios.ts
100755 → 100644
Empty file.
Empty file modified src/waterfall/typings/objc!CollectionViewWaterfallLayout.d.ts
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion tools
Submodule tools updated 2 files
+1 −0 package.json
+4 −4 readme.js
Empty file modified tsconfig.json
100755 → 100644
Empty file.

0 comments on commit 52babd6

Please sign in to comment.