Skip to content

Commit

Permalink
remove vite build files, add keywords and style entry
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Sep 10, 2021
1 parent e6cb0bf commit f65c78b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@
"name": "open-props",
"author": "Adam Argyle",
"license": "ISC",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/argyleink/open-props"
},
"keywords": [
"css",
"utilities",
"variables",
"custom properties",
"gradients"
],
"main": "props.min.css",
"style": "props.min.css",
"browserslist": [
"defaults"
],
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"bundle": "concurrently npm:lib:*",
"lib:all": "postcss src/index.css -o props.min.css",
"lib:animations": "postcss src/props.animations.css -o props.animations.min.css",
Expand Down

0 comments on commit f65c78b

Please sign in to comment.