Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunmackey authored Dec 31, 2023
1 parent 0af0938 commit 2c70e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zencss",
"version": "2.0.0-beta",
"description": "An intelligent web development framework, design system and toolkit.",
"main": "index.js",
"main": "index.html",
"scripts": {
"build-css": "sass scss/zen.scss dist/zen.css --source-map && sass scss/zen.scss dist/zen.min.css --style=compressed --source-map && postcss dist/zen.min.css --use autoprefixer cssnano --map --output dist/zen.min.css",
"build-js": "cd js && npx webpack"
Expand Down

0 comments on commit 2c70e29

Please sign in to comment.