This commit is contained in:
Robbie Antenesse 2019-08-27 21:49:14 -06:00
commit 39ccddab18
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "lexiconga-lite", "name": "lexiconga",
"version": "1.0.0", "version": "2.1.3",
"description": "A light-as-possible rewrite of Lexiconga", "description": "The quick and easy dictionary builder for constructed languages.",
"main": "template-index.html", "main": "template-index.html",
"repository": "https://cybre.tech/Alamantus/lexiconga-lite.git", "repository": "https://github.com/Alamantus/Lexiconga.git",
"author": "Robbie Antenesse <dev@alamantus.com>", "author": "Robbie Antenesse <dev@alamantus.com>",
"license": "UNLICENCED", "license": "UNLICENCED",
"scripts": { "scripts": {

View File

@ -175,7 +175,7 @@ export function submitWordForm() {
addWord(word); addWord(word);
sortWords(true); sortWords(true);
if (upload && hasToken()) { if (hasToken()) {
import('./account/index.js').then(account => { import('./account/index.js').then(account => {
account.uploadWord(word); account.uploadWord(word);
}); });

View File

@ -131,7 +131,7 @@ switch ($view) {
oldLoad && oldLoad(); oldLoad && oldLoad();
if (UpUp) { if (UpUp) {
UpUp.start({ UpUp.start({
'cache-version': '2.1.2', 'cache-version': '2.1.3',
'content-url': 'offline.html', 'content-url': 'offline.html',
'assets': [ 'assets': [
\"" . implode('","', $files) . "\" \"" . implode('","', $files) . "\"