asciiblaster-cordoba/{config.xml,package.json}: fix index.html pathnames.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-23 15:54:58 +01:00
parent 80cacedd89
commit eb0bbac893
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</description>
<name>asciiblaster-cordoba</name>
<access origin="*" />
<content src="www/index.html" />
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />

View File

@ -21,7 +21,7 @@
},
"homepage": "https://github.com/lalbornoz/asciiblaster#readme",
"license": "Jollo LNT license <https://raw.githubusercontent.com/lalbornoz/asciiblaster/master/LICENCE>",
"main": "www/index.html",
"main": "index.html",
"name": "asciiblaster-cordoba",
"repository": {
"type": "git",