Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 5cdcc87

Browse files
ashleygwilliamsbcoe
authored andcommitted
fix: update first-mate, adding support for Node 6 (#44)
1 parent 067003d commit 5cdcc87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node_js:
1010
- 0.12
1111
- iojs
1212
- 4
13-
- 5
13+
- 6
1414

1515
before_install:
1616
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/atom/highlights",
2222
"dependencies": {
23-
"first-mate": "^5.1.1",
23+
"first-mate": "^6.0.0",
2424
"first-mate-select-grammar": "^1.0.1",
2525
"fs-plus": "^2.2.6",
2626
"once": "^1.3.2",

0 commit comments

Comments
 (0)