Skip to content

Commit

Permalink
[lib] fix: forgot to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan committed Aug 11, 2020
1 parent 7fabd32 commit c24079e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@koa/cors": "3.1.0",
"@koa/router": "9.3.1",
"@taros-minesweeper/client": "1.0.0",
"@taros-minesweeper/lib": "1.1.0",
"@taros-minesweeper/lib": "1.1.1",
"koa": "2.13.0",
"koa-bodyparser": "4.3.0",
"koa-jwt": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taros-minesweeper/lib",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@auth0/auth0-react": "1.0.0",
"@taros-minesweeper/client": "1.0.1",
"@taros-minesweeper/lib": "1.1.0",
"@taros-minesweeper/lib": "1.1.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
Expand Down

0 comments on commit c24079e

Please sign in to comment.