Skip to content

Commit

Permalink
CB-7775 - Add component.json for component and duo package managers (c…
Browse files Browse the repository at this point in the history
…loses #102)

- This allows cordova-ios to be compatible with `component(1)` and `duo(1)`

Signed-off-by: Shazron Abdullah <shazron@apache.org>
  • Loading branch information
sankargorthi authored and shazron committed Oct 13, 2014
1 parent fb66b91 commit 875f5a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions component.json
@@ -0,0 +1,10 @@
{
"name": "cordova-ios",
"version": "3.7.0-dev",
"repository": "apache/cordova-ios",
"main": "CordovaLib/cordova.js",
"scripts": [
"CordovaLib/cordova.js"
],
"license": "Apache Version 2.0"
}

0 comments on commit 875f5a4

Please sign in to comment.