Skip to content

Commit e9583c2

Browse files
author
Garrett Downs
committed
bump version to 2.0.0
1 parent 3b54522 commit e9583c2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "foxcasts-lite",
4-
"version": "0.0.0",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"scripts": {
77
"build": "preact build --no-prerender --no-sw --no-esm",
@@ -10,7 +10,7 @@
1010
"build:analyze": "preact build --no-prerender --no-esm --json",
1111
"build:package": "node build.mjs",
1212
"build:deploy": " node build.mjs --deploy",
13-
"dev": "preact watch",
13+
"dev": "HTTPS=true preact watch --https --no-sw",
1414
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
1515
"test": "jest ./tests"
1616
},
@@ -66,4 +66,4 @@
6666
"Firefox 48",
6767
"Chrome 90"
6868
]
69-
}
69+
}

size-plugin.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)