Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay committed Apr 25, 2020
1 parent 0b69f52 commit 102c3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "is-promise",
"repo": "then/is-promise",
"description": "Test whether an object looks like a promises-a+ promise",
"version": "2.2.0",
"version": "2.2.1",
"keywords": [],
"dependencies": {},
"development": {},
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": "is-promise",
"version": "2.2.0",
"version": "2.2.1",
"description": "Test whether an object looks like a promises-a+ promise",
"main": "./index.js",
"exports": {
Expand All @@ -24,4 +24,4 @@
"better-assert": "^1.0.2",
"mocha": "~1.7.4"
}
}
}

0 comments on commit 102c3b2

Please sign in to comment.