We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff411cf commit 7710d6dCopy full SHA for 7710d6d
component.json
@@ -2,7 +2,7 @@
2
"name": "promise",
3
"repo": "then/promise",
4
"description": "Bare bones Promises/A+ implementation",
5
- "version": "6.0.0",
+ "version": "6.0.1",
6
"keywords": [],
7
"dependencies": {
8
"johntron/asap": "*"
package.json
@@ -1,6 +1,6 @@
1
{
"main": "index.js",
"scripts": {
@@ -22,4 +22,4 @@
22
23
"asap": "~1.0.0"
24
}
25
-}
+}
0 commit comments