Skip to content

Commit

Permalink
Correct nvmrc and add strict in npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron committed Jul 6, 2021
1 parent 7065849 commit d135bd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.3
v12.22.3
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"ignore": [
"cypress"
]
},
"engines": {
"node": ">=0.12"
}
}

0 comments on commit d135bd8

Please sign in to comment.