File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " Svelte Devtools" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"description" : " An extension that allows inspection of Svelte component hierarchy and state in the Firefox and Chrome developer tools." ,
6
6
"icons" : {
7
7
"24" : " svelte-logo.svg" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-devtools" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " An extension that allows inspection of Svelte component hierarchy and state in the Firefox and Chrome developer tools." ,
5
5
"license" : " MIT" ,
6
6
"repository" : " github:RedHatter/svelte-devtools" ,
9
9
"build" : " $npm_execpath run build:format && rollup -c" ,
10
10
"build:format" : " node --experimental-modules ./scripts/format.mjs" ,
11
11
"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"
13
13
},
14
14
"devDependencies" : {
15
15
"http-serve" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments