Skip to content

Commit

Permalink
Update to Node.js 4 & 6
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Jun 28, 2017
1 parent 3ef38a6 commit b3a7dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/node_modules/
.jshintrc
.travis.yml
node_modules/
test/
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4.0"
- 4
- 6
before_script:
- npm install -g grunt-cli
compiler: clang
5 changes: 0 additions & 5 deletions lib/temporal.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
if (!Object.assign || !Map) {
require("es6-shim");
}


var Emitter = require("events").EventEmitter;
var util = require("util");

Expand Down

0 comments on commit b3a7dc4

Please sign in to comment.