We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafc91f commit 83ed6b0Copy full SHA for 83ed6b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-grid-view",
3
- "version": "3.0.2",
+ "version": "3.1.0",
4
"description": "A NativeScript GridView widget.",
5
"main": "grid-view",
6
"typings": "grid-view.d.ts",
@@ -10,7 +10,7 @@
10
"android": "3.0.0"
11
},
12
"plugin": {
13
- "nan": "false",
+ "nan": "true",
14
"pan": "true",
15
"core3": "true",
16
"category": "Interface"
@@ -28,6 +28,9 @@
28
"tangra"
29
],
30
"author": "Peter Staev <[email protected]>",
31
+ "contributors": [
32
+ "Morten Sjøgren (https://github.com/m-abs)"
33
+ ],
34
"license": "Apache-2.0",
35
"peerDependencies": {
36
"tns-core-modules": "^3.0.0"
0 commit comments