Skip to content

Commit

Permalink
Merge pull request #20 from PenguinOfWar/new/async-timeout
Browse files Browse the repository at this point in the history
v0.5.13
  • Loading branch information
PenguinOfWar authored Mar 22, 2021
2 parents 6cffc08 + 6bde440 commit 9a57e87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "npm",
"version": "0.5.12",
"version": "0.5.13",
"command": {
"publish": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bagofholding",
"version": "0.5.12",
"version": "0.5.13",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
Expand All @@ -17,7 +17,7 @@
"lerna:list": "lerna list",
"lerna:bootstrap": "lerna bootstrap",
"lerna:publish": "lerna publish",
"lerna:publish:ci": "lerna publish from-package --yes --no-verify-access"
"lerna:publish:ci": "lerna publish from-git --yes --no-verify-access"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/async-timeout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bagofholding/async-timeout",
"version": "0.5.12",
"version": "0.5.13",
"main": "async-timeout.js",
"author": "Darryl Walker <darryljwalker@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 9a57e87

Please sign in to comment.