Skip to content

Commit 3159d5e

Browse files
committed
Add plugin metadata to package.json
1 parent f0c1697 commit 3159d5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
"url": "https://github.com/rigor789/nativescript-vue/issues"
2525
},
2626
"homepage": "https://github.com/rigor789/nativescript-vue#readme",
27+
"nativescript": {
28+
"platforms": {
29+
"android": "3.0.0",
30+
"ios": "3.0.0"
31+
},
32+
"plugin": {
33+
"vue": "true",
34+
"pan": "false",
35+
"core3": "true",
36+
"category": "Developer"
37+
}
38+
},
2739
"dependencies": {
2840
"vue": "2.3.0"
2941
},

0 commit comments

Comments
 (0)