pluginstall
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -5,3 +5,3 @@ { | ||
"description": "install Cordova plugins", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -1,1 +0,1 @@ | ||
["android", "ios"] | ||
["android", "ios", "www"] |
@@ -8,3 +8,4 @@ // copyright (c) 2012 Andrew Lunny, Adobe Systems | ||
'android': require('./platforms/android'), | ||
'ios': require('./platforms/ios') | ||
'ios': require('./platforms/ios'), | ||
'www': require('./platforms/www') | ||
} | ||
@@ -11,0 +12,0 @@ |
@@ -26,2 +26,3 @@ # Pluginstall | ||
* iOS | ||
* www (copies plugin's www assets only, to PROJECT-PATH) | ||
@@ -28,0 +29,0 @@ ## plugin.xml Format |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163788
60
1021
37
11