We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8479c9b commit 1a8336fCopy full SHA for 1a8336f
.devcontainer/devcontainer.json
@@ -19,7 +19,8 @@
19
// Add the IDs of extensions you want installed when the container is created.
20
"extensions": [
21
"dbaeumer.vscode-eslint",
22
- "svelte.svelte-vscode"
+ "svelte.svelte-vscode",
23
+ "arcticicestudio.nord-visual-studio-code"
24
],
25
26
// Use 'forwardPorts' to make a list of ports inside the container available locally.
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.7",
+ "version": "1.0.8",
3
"name": "svelte-screen-wake-lock",
4
"description": "Svelte component to use the Screen Wake Lock API to progressively enhance the app",
5
"keywords": [
0 commit comments