Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 22, 2024
1 parent a41e6db commit 701bcef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src=".src/icon.svg" width="28px" />](https://maketintsandshades.com) &nbsp;[Tint & Shade Generator](https://maketintsandshades.com)
# [<img src="src/icon.svg" width="28px" />](https://maketintsandshades.com) &nbsp;[Tint & Shade Generator](https://maketintsandshades.com)

<a href="https://maketintsandshades.com">
<picture>
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"description": "Easily make tints and shades that match the output of Chrome DevTools, Sass, Less, and PostCSS.",
"main": "index.js",
"scripts": {
"build:readme": "node build-readme.js",
"watch:readme": "nodemon --watch src/about.njk --watch build-readme.js --exec \"npm run build:readme\"",
"build:css": "sass src/scss:_site/css",
"build:readme": "node build-readme.js",
"watch:css": "sass --watch src/scss:_site/css",
"build:css": "sass src/scss:_site/css",
"watch:11ty": "eleventy --serve",
"build:11ty": "eleventy",
"build": "npm run build:css && npm run build:11ty",
"start": "concurrently \"npm run watch:css\" \"npm run watch:readme\" \"eleventy --serve\"",
"build": "concurrently \"npm run build:css\" \"npm run build:11ty\"",
"start": "concurrently \"npm run watch:css\" \"npm run watch:readme\" \"npm run watch:11ty\"",
"deploy": "npm run build && gh-pages -d _site"
},
"keywords": [
Expand Down

0 comments on commit 701bcef

Please sign in to comment.