Corrected js module namespace

This commit is contained in:
Ben Ashton 2021-03-02 21:45:29 -08:00
parent d3153f9e8a
commit 81b7ed6414

View File

@ -5,8 +5,8 @@
<description>Cordova SQLite Plugin</description> <description>Cordova SQLite Plugin</description>
<license></license> <license></license>
<keywords>cordova,sqlite</keywords> <keywords>cordova,sqlite</keywords>
<js-module src="www/pawsqlite-cordova-adapter.js" name="PawSQLite"> <js-module src="www/pawsqlite-cordova-adapter.js" name="PawSQLiteCordovaAdapter">
<clobbers target="PawSQLite" /> <clobbers target="PawSQLiteCordovaAdapter" />
</js-module> </js-module>
<platform name="android"> <platform name="android">
<config-file target="res/xml/config.xml" parent="/*"> <config-file target="res/xml/config.xml" parent="/*">