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 #317 from atom/node-12-compilation-error
Browse files Browse the repository at this point in the history
Fix Node 12 compilation error
  • Loading branch information
darangi committed Nov 29, 2019
2 parents 8f71748 + 8ca9345 commit 17c5ea4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 10
node_js: 12

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: "10"
nodejs_version: "12"

platform:
- x86
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-buffer",
"version": "13.17.1",
"version": "13.17.2",
"description": "A container for large mutable strings with annotated regions",
"main": "./lib/text-buffer",
"scripts": {
Expand Down Expand Up @@ -48,13 +48,13 @@
"diff": "^2.2.1",
"emissary": "^1.0.0",
"event-kit": "^2.4.0",
"fs-admin": "^0.5.0",
"fs-admin": "^0.12.0",
"fs-plus": "^3.0.0",
"grim": "^2.0.2",
"mkdirp": "^0.5.1",
"pathwatcher": "^8.1.0",
"serializable": "^1.0.3",
"superstring": "2.4.0",
"superstring": "^2.4.2",
"underscore-plus": "^1.0.0"
},
"standard": {
Expand Down

0 comments on commit 17c5ea4

Please sign in to comment.