Skip to content

Commit

Permalink
📝 (update package version) (Hargne#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazyzh authored Jul 23, 2020
1 parent 4509e4d commit 5de0e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-html-reporters",
"version": "2.0.1",
"version": "2.0.2",
"description": "Jest test results processor for generating a summary in HTML",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -95,4 +95,4 @@
"dependencies": {
"fs-extra": "^9.0.1"
}
}
}
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get variable
function setParams() {
read -p "Are you sure to publish to npm(1->yes, 2->no)" answer
read -p "Are you sure to publish to npm(1->yes, 2->no),tip: need bump the package.json version" answer
case $answer in
"1") env="y";;
"2") env="n";;
Expand Down

0 comments on commit 5de0e47

Please sign in to comment.