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

Commit 08a9d30

Browse files
authored
Merge pull request #314 from atom/change-pathwatcher-dependency
Update and use caret for pathwatcher dependency
2 parents c62d384 + 19d24ff commit 08a9d30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22

33
sudo: false
44

5-
node_js: 8
5+
node_js: 10
66

77
env:
88
- CC=clang CXX=clang++

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: Visual Studio 2015
22

33
environment:
4-
nodejs_version: "8"
4+
nodejs_version: "10"
55

66
platform:
77
- x86

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"fs-plus": "^3.0.0",
5353
"grim": "^2.0.2",
5454
"mkdirp": "^0.5.1",
55-
"pathwatcher": "8.0.2",
55+
"pathwatcher": "^8.1.0",
5656
"serializable": "^1.0.3",
5757
"superstring": "2.4.0",
5858
"underscore-plus": "^1.0.0"

0 commit comments

Comments
 (0)