Skip to content

Commit

Permalink
downgrade engine
Browse files Browse the repository at this point in the history
error @alheimsins/[email protected]: The engine "node" is incompatible with this module. Expected version ">=12.18.1". Got "12.16.2"
  • Loading branch information
maccyber authored Jun 25, 2020
1 parent 0834ede commit 47b6968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@alheimsins/bigfive-calculate-score",
"description": "Calculate score for big five tests",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -24,7 +24,7 @@
],
"main": "index.js",
"engines": {
"node": ">=12.18.1"
"node": ">=10"
},
"scripts": {
"test": "standard && npm audit && ava",
Expand Down

0 comments on commit 47b6968

Please sign in to comment.