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 5f2511e commit c1ad230Copy full SHA for c1ad230
.travis.yml
@@ -1,4 +1,3 @@
1
language: node_js
2
node_js:
3
- - "0.8"
4
- "0.10"
component.json
@@ -2,7 +2,7 @@
"name": "promise",
"repo": "then/promise",
"description": "Bare bones Promises/A+ implementation",
5
- "version": "5.0.0",
+ "version": "6.0.0",
6
"keywords": [],
7
"dependencies": {
8
"johntron/asap": "*"
package.json
@@ -1,6 +1,6 @@
{
"main": "index.js",
"scripts": {
0 commit comments