Skip to content

Commit

Permalink
fix: Choose boilerplate v3.1.1 to have npm v7 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Oct 31, 2021
1 parent 0437c30 commit d68024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function guessStartTag() {
return `3.0.3`;
}

return `3.1.0`;
return `3.1.1`;
} catch (err) {
console.error(err);
return;
Expand Down

0 comments on commit d68024e

Please sign in to comment.