Skip to content

Commit e659ebb

Browse files
authored
Update package.json (#63)
1 parent cb7dcbe commit e659ebb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-wait-until",
3-
"version": "2.0.18",
3+
"version": "2.0.19",
44
"description": "Waits until the given predicate function returns a truthy value, then resolves",
55
"main": "dist/index.js",
66
"module": "./dist/index.esm.js",
@@ -28,6 +28,7 @@
2828
"release": "npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci",
2929
"prepublishOnly": "npm run clean && npm run release"
3030
},
31+
"sideEffects": false,
3132
"repository": {
3233
"type": "git",
3334
"url": "git+https://github.com/devlato/async-wait-until.git"

0 commit comments

Comments
 (0)