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 7e11ada commit 170ac93Copy full SHA for 170ac93
package.json
@@ -1,7 +1,6 @@
1
{
2
"private": true,
3
"scripts": {
4
- "prepublish": "pnpm -F svelte-themes build",
5
"test:e2e": "pnpm -r test:e2e",
6
"test:unit": "pnpm -r test:unit",
7
"format": "prettier --write .",
svelte-themes/package.json
@@ -1,7 +1,20 @@
"name": "@sejohnson/svelte-themes",
+ "author": {
+ "name": "S. Elliott Johnson",
+ "email": "[email protected]"
+ },
"version": "0.0.2",
8
"description": "Easy and performant themes for Svelte apps.",
9
+ "keywords": [
10
+ "svelte",
11
+ "theme",
12
+ "dark",
13
+ "light",
14
+ "system",
15
+ "dark mode",
16
+ "light mode"
17
+ ],
18
"license": "MIT",
19
"repository": {
20
"directory": "./svelte-themes",
0 commit comments