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

Commit

Permalink
add cordova windows keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Jul 1, 2015
1 parent 997d4aa commit 76c4881
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -6,7 +6,9 @@
"platforms": [
"android",
"ios",
"blackberry10"
"blackberry10",
"wp8",
"windows"
]
},
"description": "Ionic Keyboard Plugin",
Expand All @@ -19,7 +21,9 @@
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-blackberry10"
"cordova-blackberry10",
"cordova-wp8",
"cordova-windows"
],
"author": "Ionic",
"license": "Apache 2.0"
Expand Down

0 comments on commit 76c4881

Please sign in to comment.