Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissy-dev committed Jun 10, 2020
1 parent afe4b71 commit b89b3a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jamstack-web-starter",
"version": "1.5.2",
"version": "1.6.0",
"description": "Minimal boilerplate for new projects built with Eleventy, Tailwind, PurgeCSS and PostCSS",
"scripts": {
"clean": "del dist",
"clean": "del dist",
"dev:postcss": "postcss src/_assets/stylesheets/*.css -o src/static/app.compiled.css --watch --verbose",
"dev:scripts": "webpack --watch --config webpack.config.js",
"dev:11ty": "eleventy --serve --watch",
"build:postcss": "NODE_ENV=production postcss src/_assets/stylesheets/app.css -o src/_includes/app.compiled.css",
"build:postcss": "NODE_ENV=production postcss src/_assets/stylesheets/app.css -o src/_includes/app.compiled.css",
"build:11ty": "ELEVENTY_ENV=production eleventy",
"build:scripts": "webpack -p --config webpack.config.js",
"start": "run-p dev:* --print-label" ,
"start": "run-p dev:* --print-label",
"build": "run-s clean build:* --print-label"
},
"author": "Chris Collins",
Expand Down

0 comments on commit b89b3a0

Please sign in to comment.