Browse Source

0.1.43

main
familyfriendlymikey 2 years ago
parent
commit
e3cb698c55
  1. 4
      package-lock.json
  2. 2
      package.json

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "0.1.42", "version": "0.1.43",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "0.1.42", "version": "0.1.43",
"dependencies": { "dependencies": {
"dexie": "^3.2.2", "dexie": "^3.2.2",
"dexie-export-import": "^1.0.3", "dexie-export-import": "^1.0.3",

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "0.1.42", "version": "0.1.43",
"scripts": { "scripts": {
"build": "imba build app/index.html", "build": "imba build app/index.html",
"publish-preview": "npx gh-pages --no-history --dotfiles --dist dist/ --branch preview", "publish-preview": "npx gh-pages --no-history --dotfiles --dist dist/ --branch preview",

Loading…
Cancel
Save