Skip to content

Commit 6e5012f

Browse files
committed
🚀 meta: version 0.4.0
1 parent 21461f0 commit 6e5012f

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "@babichjacob/svelte-localstorage-workspace-root",
3-
"private": true,
4-
"version": "0.3.0",
5-
"description": "Svelte writable stores that automatically synchronize with localStorage",
6-
"author": "J / Jacob Babich <[email protected]>",
7-
"keywords": [
8-
"svelte",
9-
"sveltekit",
10-
"svelte-kit",
11-
"sapper",
12-
"localstorage",
13-
"local-storage"
14-
],
15-
"license": "MIT",
16-
"repository": {
17-
"type": "git",
18-
"url": "git+https://github.com/babichjacob/svelte-localstorage.git"
19-
},
20-
"bugs": {
21-
"url": "https://github.com/babichjacob/svelte-localstorage/issues"
22-
},
23-
"homepage": "https://github.com/babichjacob/svelte-localstorage",
24-
"scripts": {
25-
"check": "tsc --project jsconfig.json"
26-
},
27-
"devDependencies": {
28-
"typescript": "^4.7.4"
29-
}
2+
"name": "@babichjacob/svelte-localstorage-workspace-root",
3+
"private": true,
4+
"version": "0.4.0",
5+
"description": "Svelte writable stores that automatically synchronize with localStorage",
6+
"author": "J / Jacob Babich <[email protected]>",
7+
"keywords": [
8+
"svelte",
9+
"sveltekit",
10+
"svelte-kit",
11+
"sapper",
12+
"localstorage",
13+
"local-storage"
14+
],
15+
"license": "MIT",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/babichjacob/svelte-localstorage.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/babichjacob/svelte-localstorage/issues"
22+
},
23+
"homepage": "https://github.com/babichjacob/svelte-localstorage",
24+
"scripts": {
25+
"check": "tsc --project jsconfig.json"
26+
},
27+
"devDependencies": {
28+
"typescript": "^4.7.4"
29+
}
3030
}
+32-32
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "@babichjacob/svelte-localstorage",
3-
"version": "0.3.0",
4-
"description": "Svelte writable stores that automatically synchronize with localStorage",
5-
"author": "J / Jacob Babich <[email protected]>",
6-
"keywords": [
7-
"svelte",
8-
"localstorage",
9-
"local-storage",
10-
"svelte-kit",
11-
"sveltekit",
12-
"sapper"
13-
],
14-
"license": "MIT",
15-
"repository": {
16-
"type": "git",
17-
"url": "git+https://github.com/babichjacob/svelte-localstorage.git"
18-
},
19-
"bugs": {
20-
"url": "https://github.com/babichjacob/svelte-localstorage/issues"
21-
},
22-
"homepage": "https://github.com/babichjacob/svelte-localstorage",
23-
"files": [
24-
"base.js",
25-
"browser.js",
26-
"sapper.js",
27-
"ssr.js",
28-
"svelte-kit.js"
29-
],
30-
"type": "module",
31-
"dependencies": {
32-
"svelte": "^3.49.0"
33-
}
2+
"name": "@babichjacob/svelte-localstorage",
3+
"version": "0.4.0",
4+
"description": "Svelte writable stores that automatically synchronize with localStorage",
5+
"author": "J / Jacob Babich <[email protected]>",
6+
"keywords": [
7+
"svelte",
8+
"localstorage",
9+
"local-storage",
10+
"svelte-kit",
11+
"sveltekit",
12+
"sapper"
13+
],
14+
"license": "MIT",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/babichjacob/svelte-localstorage.git"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/babichjacob/svelte-localstorage/issues"
21+
},
22+
"homepage": "https://github.com/babichjacob/svelte-localstorage",
23+
"files": [
24+
"base.js",
25+
"browser.js",
26+
"sapper.js",
27+
"ssr.js",
28+
"svelte-kit.js"
29+
],
30+
"type": "module",
31+
"dependencies": {
32+
"svelte": "^3.49.0"
33+
}
3434
}

0 commit comments

Comments
 (0)