We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7bcb9 commit cac6f9dCopy full SHA for cac6f9d
component.json
@@ -2,7 +2,7 @@
2
"name": "promise",
3
"repo": "then/promise",
4
"description": "Bare bones Promises/A+ implementation",
5
- "version": "6.1.0",
+ "version": "7.0.0",
6
"keywords": [],
7
"dependencies": {
8
"johntron/asap": "*"
package.json
@@ -1,6 +1,6 @@
1
{
"main": "index.js",
"scripts": {
@@ -30,4 +30,4 @@
30
31
"asap": "~2.0.1"
32
}
33
-}
+}
0 commit comments