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> </description>
<name>asciiblaster-cordoba</name> <name>asciiblaster-cordoba</name>
<access origin="*" /> <access origin="*" />
<content src="www/index.html" /> <content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" /> <plugin name="cordova-plugin-whitelist" spec="1" />
<allow-intent href="http://*/*" /> <allow-intent href="http://*/*" />
<allow-intent href="https://*/*" /> <allow-intent href="https://*/*" />

View File

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