Skip to content

Commit

Permalink
package adds CSS and HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Kloos committed Jan 12, 2024
1 parent af7b161 commit bf0a67f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@dutchcelt/system.css",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"main": "index.css",
"files": [
"*.html",
"build/*.css",
"src/*.css"
],
Expand All @@ -16,7 +17,7 @@
"defaults"
],
"scripts": {
"build": "vite build && npm run lib",
"build": "vite build",
"lib": "vite build -c vite.lib.config.js"
},
"author": "C. Egor Kloos",
Expand Down

0 comments on commit bf0a67f

Please sign in to comment.