Skip to content

Commit

Permalink
Drop support for Node < 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jul 12, 2019
1 parent de8f538 commit 36dbeb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ sudo: false
language: node_js

node_js:
- '6.0'
- '7.0'
- '8.0'
- '9.0'
- '10.0'

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.0.3 Feature release (2019-07-12)
## 2.0.0 Feature release (2019-07-12)
* Updated dependencies
* Drop support for Node < 9
* Bind cookie to root path

## 1.0.2 Bugfix release (2019-04-18)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortbread",
"version": "1.0.3",
"version": "2.0.0",
"description": "Asynchronous, non-blocking loading pattern for CSS and JavaScript resources",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -70,6 +70,6 @@
"lib"
],
"engines": {
"node": ">=5.0.0"
"node": ">=9.0.0"
}
}

0 comments on commit 36dbeb0

Please sign in to comment.