Skip to content

Commit

Permalink
node 9 build support
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 6, 2017
1 parent 789df87 commit a80181c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ node_js:
- "8"
- "6"
- "4"
matrix:
allow_failures:
- node_js: node
before_install:
- npm install -g npm@latest
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-07-26 | v1.0.9 | Maintenance |
| 2017-11-06 | v1.0.10 | Maintenance |
| 2017-04-28 | v1.0.0 | Offical release |
| 2017-04-28 | v0.0.1 | Initial release |

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-07-26 | v1.0.9 | Maintenance |
| 2017-11-06 | v1.0.10 | Maintenance |
| 2017-04-28 | v1.0.0 | Offical release |
| 2017-04-28 | v0.0.1 | Initial release |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-later",
"version": "1.0.9",
"version": "1.0.10",
"description": "Defer function calls to the start of the next cycle.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit a80181c

Please sign in to comment.