Skip to content

Commit 40a5ee4

Browse files
nickcernisbgturner
authored andcommitted
fix: correct add-on slug
Resolves #33 by using the same slug as the add-on server. And the same expected slug as the add-on page (window.location when you click the add-on title in the installed add-ons screen): "file:///Applications/Local.app/Contents/Resources/app.asar/renderer/_browserWindows/app/app.html#/main/marketplace/addon/instant-reload"
1 parent 3585f54 commit 40a5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"bgColor": "#51bb7b",
1010
"icon": "icon.svg",
11-
"slug": "local-addon-instant-reload",
11+
"slug": "instant-reload",
1212
"description": "A Local addon that provides live browser reloading while developing WordPress sites.",
1313
"renderer": "lib/renderer.js",
1414
"main": "lib/main.js",

0 commit comments

Comments
 (0)