Skip to content

Commit bee3720

Browse files
Robert Jacksonastronomersiva
authored andcommitted
v1.2.1
1 parent f756822 commit bee3720

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "6"
5-
- "7"
64
- "8"
5+
- "10"
76
- "stable"
87
sudo: false
98

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ init:
77
# Test against these versions of Node.js.
88
environment:
99
matrix:
10-
- nodejs_version: "4"
1110
- nodejs_version: "6"
11+
- nodejs_version: "8"
12+
- nodejs_version: "10"
1213

1314
# Install scripts. (runs after repo cloning)
1415
install:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "broccoli-middleware",
33
"description": "Broccoli asset builder middleware",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"author": "Jo Liss <joliss42@gmail.com>",
66
"main": "lib/index.js",
77
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"rsvp": "^4.6.1"
3434
},
3535
"engines": {
36-
"node": "^4.5 || 6.* || >= 7.*"
36+
"node": "6.* || 8.* || >= 10.*"
3737
},
3838
"scripts": {
3939
"test": "node_modules/.bin/mocha"

0 commit comments

Comments
 (0)