Browse Source

edit package.json

main
familyfriendlymikey 2 years ago
parent
commit
30ee6ceb28
  1. 4
      package-lock.json
  2. 11
      package.json
  3. 2
      readme.md

4
package-lock.json

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

11
package.json

@ -1,14 +1,17 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "0.1.38", "version": "0.1.39",
"scripts": { "scripts": {
"start": "imba run -SMH --baseurl . -w server.imba",
"build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba", "build-app": "rm -rf dist && imba build -SMH --baseurl . server.imba",
"build-sw": "imba build -SMH sw.imba -o dist/public", "build-sw": "imba build -SMH sw.imba -o dist/public",
"build": "npm run build-app && npm run build-sw", "build": "npm run build-app && npm run build-sw",
"pages": "npx gh-pages --no-history --dotfiles --dist dist/public --branch deploy", "publish-preview": "npx gh-pages --no-history --dotfiles --dist dist/public --branch preview",
"publish-release": "npx gh-pages --no-history --dotfiles --dist dist/public --branch release",
"start": "imba run -SMH --baseurl . -w server.imba",
"static": "npm run build && cd dist/public && echo http://localhost:8000 && python3 -m http.server &>/dev/null", "static": "npm run build && cd dist/public && echo http://localhost:8000 && python3 -m http.server &>/dev/null",
"deploy": "npm run build && npm run pages" "preview": "npm version patch && npm run build && npm run publish-preview",
"deploy-only-after-preview": "npm run publish-release"
}, },
"dependencies": { "dependencies": {
"dexie": "^3.2.2", "dexie": "^3.2.2",

2
readme.md

@ -4,6 +4,8 @@ fuzzyhome
</a> </a>
</h1> </h1>
test
A lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result. A lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result.
## Installation ## Installation

Loading…
Cancel
Save