Skip to content

Commit ce3e0e3

Browse files
committed
fix: update package.json to set private flag and add keywords
1 parent 00a36b4 commit ce3e0e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
6+
"private": false,
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
@@ -13,7 +14,7 @@
1314
"./utilities": "./dist/utilities.css",
1415
"./workspace": "./dist/workspace.css"
1516
},
16-
"keywords": [],
17+
"keywords": ["css", "base", "theme", "css-utilities"],
1718
"author": "Lebrun Meddy",
1819
"license": "ISC",
1920
"packageManager": "pnpm@10.28.0",

0 commit comments

Comments
 (0)