Skip to content

Commit

Permalink
Add semver explicitly to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Mar 13, 2022
1 parent 506e37a commit 3b67da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Publish helper",
"devDependencies": {
"ncp": "^2.0.0",
"rimraf": "^2.5.0"
"rimraf": "^2.5.0",
"semver": "^7.3.5"
}
}

0 comments on commit 3b67da4

Please sign in to comment.