Skip to content

Commit

Permalink
build(deps): address npm run release error
Browse files Browse the repository at this point in the history
This seems to be a new requirement for the package.json file.
  • Loading branch information
ashley-hebler committed Nov 8, 2023
1 parent 2405463 commit bd3fd43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"docs": "npm run compile && SITE_ENV=development node docs/src/data/docs.js",
"dates": "npm run compile && SITE_ENV=development node docs/config/tasks/build.js && SITE_ENV=workspace eleventy --serve"
},
"engines" : {
"npm" : ">=8.0.0 <9.0.0",
"node" : ">=16.0.0 <20.0.0"
},
"files": [
"/assets"
],
Expand Down

0 comments on commit bd3fd43

Please sign in to comment.