updating plugin.xml with registry data

This commit is contained in:
Anis Kadri 2013-07-30 15:32:29 -07:00
parent c687a3de2e
commit f761170acf

View File

@ -5,6 +5,9 @@
version="0.1.0"> version="0.1.0">
<name>Network Information</name> <name>Network Information</name>
<description>Cordova Network Information Plugin</description>
<license>Apache</license>
<keywords>cordova,network,information</keywords>
<js-module src="www/network.js" name="network"> <js-module src="www/network.js" name="network">
<clobbers target="navigator.connection" /> <clobbers target="navigator.connection" />