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 997d4aa commit 76c4881Copy full SHA for 76c4881
1 file changed
package.json
@@ -6,7 +6,9 @@
6
"platforms": [
7
"android",
8
"ios",
9
- "blackberry10"
+ "blackberry10",
10
+ "wp8",
11
+ "windows"
12
]
13
},
14
"description": "Ionic Keyboard Plugin",
@@ -19,7 +21,9 @@
19
21
"ecosystem:cordova",
20
22
"cordova-android",
23
"cordova-ios",
- "cordova-blackberry10"
24
+ "cordova-blackberry10",
25
+ "cordova-wp8",
26
+ "cordova-windows"
27
],
28
"author": "Ionic",
29
"license": "Apache 2.0"
0 commit comments