Skip to content

Commit

Permalink
fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcox authored Feb 17, 2024
1 parent d01b25a commit d45aaff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/11tybuild-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

# Conditional environmental if's
env:
UPDATE_NPM: true # false = deploy eleventy , true = update npm
UPDATE_NPM: false # false = deploy eleventy , true = update npm

jobs:
build_deploy_eleventy:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "11ty-solid-base",
"version": "1.1.0",
"version": "1.2.0",
"description": "A minimal HTML5 template and the esbuild setup to compile your Solidjs app alongside 11ty.",
"main": ".eleventy.js",
"scripts": {
Expand Down

0 comments on commit d45aaff

Please sign in to comment.