Skip to content

Commit

Permalink
chore(node-version): upgrade minimal node version to 6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Will no more work with node v4
  • Loading branch information
Benedikt Rötsch authored and Khaledgarbaya committed Apr 16, 2018
1 parent 34202c6 commit 6cab077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
language: node_js
node_js:
- "8"
- "4.7"
- "6"
script: npm run test:ci
after_success:
- curl -Lo travis_after_all.py https://raw.githubusercontent.com/contentful/travis_after_all/master/travis_after_all.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Browsers and Node.js:
- Edge
- IE11 (with [legacy version](#legacy-browsers) of the library)
- Safari
- node.js (4.x, 6.x)
- node.js (6.x, 8.x)

Other browsers should also work, but at the moment we're only running automated tests on the browsers and Node.js versions specified above.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"webpack-bundle-analyzer": "^2.11.0"
},
"engines": {
"node": ">=4.7.2"
"node": ">=6"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 6cab077

Please sign in to comment.