Skip to content

Commit

Permalink
0.1.2 time
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Apr 28, 2014
1 parent 3e9d804 commit a1b23fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ For API details and how to use promises, see the <a href="http://www.html5rocks.

## Downloads

* [promise](http://s3.amazonaws.com/es6-promises/promise-0.1.1.js)
* [promise-min](http://s3.amazonaws.com/es6-promises/promise-0.1.1.min.js) (~2k gzipped)
* [promise](http://s3.amazonaws.com/es6-promises/promise-0.1.2.js)
* [promise-min](http://s3.amazonaws.com/es6-promises/promise-0.1.2.min.js) (~2k gzipped)

## Node.js

Expand Down Expand Up @@ -49,6 +49,4 @@ Custom tasks:

* `grunt test` - Run Mocha tests through Node and PhantomJS.
* `grunt test:phantom` - Run Mocha tests through PhantomJS (browser build).
* `grunt test:node` - Run Mocha tests through Node (CommonJS build).

TODO: docs will output wrong
* `grunt test:node` - Run Mocha tests through Node (CommonJS build).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es6-promise",
"namespace": "Promise",
"version": "0.1.1",
"version": "0.1.2",
"description": "A polyfill for ES6-style Promises, tracking rsvp",
"main": "dist/commonjs/main.js",
"directories": {
Expand Down

0 comments on commit a1b23fb

Please sign in to comment.