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 7596888 commit 3af766eCopy full SHA for 3af766e
component.json
@@ -2,7 +2,7 @@
2
"name": "promise",
3
"repo": "then/promise",
4
"description": "Bare bones Promises/A+ implementation",
5
- "version": "2.0.0",
+ "version": "3.0.0",
6
"keywords": [],
7
"dependencies": {},
8
"development": {},
@@ -11,4 +11,4 @@
11
"index.js"
12
],
13
"twitter": "@ForbesLindesay"
14
-}
+}
package.json
@@ -1,6 +1,6 @@
1
{
"main": "index.js",
"scripts": {
@@ -18,4 +18,4 @@
18
"better-assert": "~1.0",
19
"mocha": "~1.9"
20
}
21
0 commit comments