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

Commit

Permalink
Merge pull request #314 from atom/change-pathwatcher-dependency
Browse files Browse the repository at this point in the history
Update and use caret for pathwatcher dependency
  • Loading branch information
rafeca authored Jun 12, 2019
2 parents c62d384 + 19d24ff commit 08a9d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js

sudo: false

node_js: 8
node_js: 10

env:
- CC=clang CXX=clang++
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2015

environment:
nodejs_version: "8"
nodejs_version: "10"

platform:
- x86
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"fs-plus": "^3.0.0",
"grim": "^2.0.2",
"mkdirp": "^0.5.1",
"pathwatcher": "8.0.2",
"pathwatcher": "^8.1.0",
"serializable": "^1.0.3",
"superstring": "2.4.0",
"underscore-plus": "^1.0.0"
Expand Down

0 comments on commit 08a9d30

Please sign in to comment.