Skip to content

Commit

Permalink
feat: implement @open-sauced/check-engines (open-sauced#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Oct 10, 2021
1 parent c406743 commit 2a787ff
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ audit-level="moderate"
loglevel="info"
progress=false
timing=false
engine-strict=true
47 changes: 47 additions & 0 deletions npm-shrinkwrap.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "1.2.0",
"private": true,
"scripts": {
"preinstall": "npx @open-sauced/check-engines",
"prestart": "npx @open-sauced/check-engines",
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
Expand All @@ -25,6 +27,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@open-sauced/check-engines": "^1.0.0",
"@open-sauced/semantic-release-conventional-config": "^1.2.0",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
Expand Down

0 comments on commit 2a787ff

Please sign in to comment.