Skip to content

Commit

Permalink
Fix #29
Browse files Browse the repository at this point in the history
  • Loading branch information
devlato committed Jan 5, 2022
1 parent 9d6f73d commit e9ec45b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2021 Denis Tokarev (https://github.com/devlato)
Copyright (c) 2017-2022 Denis Tokarev (https://github.com/devlato)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "async-wait-until",
"version": "2.0.10",
"version": "2.0.11",
"description": "Waits for a given predicate callback to return a truthy value and resolves",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -27,7 +27,7 @@
"format": "cross-env NODE_ENV=production eslint -c .eslintrc.js --fix .",
"clean": "npm run lint:clean & npm run test:clean & npm run build:clean & npm run docs:clean & wait",
"release": "npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci",
"prepublish": "npm run clean && npm run release"
"prepublishOnly": "npm run clean && npm run release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e9ec45b

Please sign in to comment.