Skip to content

Commit d68fb5b

Browse files
author
Timothy Johnson
committed
Version 1.1.0
1 parent cca0ed2 commit d68fb5b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

dest/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Svelte Devtools",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Browser devtools extension for debugging Svelte applications.",
66
"icons": {
77
"16": "icon-16.png",

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "svelte-devtools",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Browser devtools extension for debugging Svelte applications.",
55
"repository": "github:RedHatter/svelte-devtools",
66
"license": "MIT",
77
"scripts": {
88
"build": "$npm_execpath run build:format && rollup -c && $npm_execpath run build:icon",
99
"build:format": "node --experimental-modules ./scripts/format.mjs",
1010
"build:icon": "for size in 16 24 48 96 128; do if [ ! -e dest/icon-$size.png -o src/svelte-logo.svg -nt dest/icon-$size.png ]; then inkscape src/svelte-logo.svg -G -o dest/icon-$size.png -w $size; fi; done",
11-
"dev": "http-serve test/public -p 8940 & web-ext run --bc -s dest -u http://127.0.0.1:8940 -u about:debugging && kill $!",
12-
"package": "$npm_execpath run build && web-ext build -s dest",
13-
"release": ". ./credentials && web-ext sign -s dest --api-key=$key --api-secret=$secret"
11+
"dev": "http-serve test/public -p 8940 & web-ext run -s dest -u http://127.0.0.1:8940 -u about:debugging && kill $!",
12+
"package": "$npm_execpath run build && web-ext build -s dest"
1413
},
1514
"devDependencies": {
1615
"http-serve": "^1.0.1",

0 commit comments

Comments
 (0)