Skip to content

Commit 2fe4e94

Browse files
authored
Merge pull request #25 from sunesimonsen/ssimonsen/supports-color-6.1.0
Upgrade supports-color (Major)
2 parents b971b09 + f4c7f60 commit 2fe4e94

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: .travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
3+
- "6"
4+
- "7"
5+
- "8.4.0"
6+
- "9"
7+
- "10"
8+
59
script: "npm run-script travis"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"ansi-styles": "2.0.0",
3535
"color-diff": "0.1.7",
36-
"supports-color": "1.2.0"
36+
"supports-color": "6.1.0"
3737
},
3838
"license": "MIT"
3939
}

0 commit comments

Comments
 (0)