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

Commit 17c5ea4

Browse files
authored
Merge pull request #317 from atom/node-12-compilation-error
Fix Node 12 compilation error
2 parents 8f71748 + 8ca9345 commit 17c5ea4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 10
5+
node_js: 12
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: "10"
4+
nodejs_version: "12"
55

66
platform:
77
- x86

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text-buffer",
3-
"version": "13.17.1",
3+
"version": "13.17.2",
44
"description": "A container for large mutable strings with annotated regions",
55
"main": "./lib/text-buffer",
66
"scripts": {
@@ -48,13 +48,13 @@
4848
"diff": "^2.2.1",
4949
"emissary": "^1.0.0",
5050
"event-kit": "^2.4.0",
51-
"fs-admin": "^0.5.0",
51+
"fs-admin": "^0.12.0",
5252
"fs-plus": "^3.0.0",
5353
"grim": "^2.0.2",
5454
"mkdirp": "^0.5.1",
5555
"pathwatcher": "^8.1.0",
5656
"serializable": "^1.0.3",
57-
"superstring": "2.4.0",
57+
"superstring": "^2.4.2",
5858
"underscore-plus": "^1.0.0"
5959
},
6060
"standard": {

0 commit comments

Comments
 (0)