Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Fixed: support for node 4 & 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Sep 24, 2016
1 parent 219f73c commit 4549f43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: node_js
node_js:
- '4'
- '5'
- '6'

# fail asap when there is a failure
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

- Fixed: support for node 4 & 5

# 1.0.0 - 2016-09-22

✨ Initial release
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict"

const whiteSpaceRE = /^\s+/
const fakeInfiniteString = { length: Infinity }

Expand Down

0 comments on commit 4549f43

Please sign in to comment.