Skip to content

Commit f65c78b

Browse files
committed
remove vite build files, add keywords and style entry
1 parent e6cb0bf commit f65c78b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

package.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,24 @@
22
"name": "open-props",
33
"author": "Adam Argyle",
44
"license": "ISC",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/argyleink/open-props"
9+
},
10+
"keywords": [
11+
"css",
12+
"utilities",
13+
"variables",
14+
"custom properties",
15+
"gradients"
16+
],
17+
"main": "props.min.css",
18+
"style": "props.min.css",
619
"browserslist": [
720
"defaults"
821
],
922
"scripts": {
10-
"start": "vite",
11-
"dev": "vite",
12-
"build": "vite build",
13-
"serve": "vite preview",
1423
"bundle": "concurrently npm:lib:*",
1524
"lib:all": "postcss src/index.css -o props.min.css",
1625
"lib:animations": "postcss src/props.animations.css -o props.animations.min.css",

0 commit comments

Comments
 (0)