Skip to content

Commit e5c7eb0

Browse files
author
Timothy Johnson
committed
Version 0.1.0
1 parent cf5b654 commit e5c7eb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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": "0.0.1",
4+
"version": "0.1.0",
55
"description": "An extension that allows inspection of Svelte component hierarchy and state in the Firefox and Chrome developer tools.",
66
"icons": {
77
"24": "svelte-logo.svg",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-devtools",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "An extension that allows inspection of Svelte component hierarchy and state in the Firefox and Chrome developer tools.",
55
"license": "MIT",
66
"repository": "github:RedHatter/svelte-devtools",
@@ -9,7 +9,7 @@
99
"build": "$npm_execpath run build:format && rollup -c",
1010
"build:format": "node --experimental-modules ./scripts/format.mjs",
1111
"package": "$npm_execpath run build && web-ext build -s dest",
12-
"release": ". credentials && web-ext sign -s dest --api-key=$key --api-secret=$secret"
12+
"release": ". ./credentials && web-ext sign -s dest --api-key=$key --api-secret=$secret"
1313
},
1414
"devDependencies": {
1515
"http-serve": "^1.0.1",

0 commit comments

Comments
 (0)