Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Commit 76c4881

Browse files
committed
add cordova windows keywords to package.json
1 parent 997d4aa commit 76c4881

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"platforms": [
77
"android",
88
"ios",
9-
"blackberry10"
9+
"blackberry10",
10+
"wp8",
11+
"windows"
1012
]
1113
},
1214
"description": "Ionic Keyboard Plugin",
@@ -19,7 +21,9 @@
1921
"ecosystem:cordova",
2022
"cordova-android",
2123
"cordova-ios",
22-
"cordova-blackberry10"
24+
"cordova-blackberry10",
25+
"cordova-wp8",
26+
"cordova-windows"
2327
],
2428
"author": "Ionic",
2529
"license": "Apache 2.0"

0 commit comments

Comments
 (0)