Skip to content

Commit 7376524

Browse files
committed
chore: add keywords to package.json
fix #4
1 parent 781964d commit 7376524

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"scripts": {
1010
"build": "tsc",
11-
"dev":"yarn build && cd example && yarn && yarn dev"
11+
"dev": "yarn build && cd example && yarn && yarn dev"
1212
},
1313
"dependencies": {
1414
"csstype": "^3.0.8"
@@ -22,6 +22,11 @@
2222
"files": [
2323
"dist"
2424
],
25+
"keywords": [
26+
"svelte",
27+
"css",
28+
"inline-css"
29+
],
2530
"release": {
2631
"branches": [
2732
"main"

0 commit comments

Comments
 (0)