Skip to content

Commit

Permalink
update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timrobinson33 committed Jun 5, 2022
1 parent d1a81b6 commit dbb54aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "drug-calc",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"homepage": "https://timrobinson33.github.io/drug-calc",
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"mvp.css": "^1.8.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down Expand Up @@ -40,8 +38,10 @@
},
"devDependencies": {
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"genversion": "^3.1.1",
"gh-pages": "^4.0.0"
}
}
}

0 comments on commit dbb54aa

Please sign in to comment.