Skip to content

Commit 4fdbc23

Browse files
committed
chore: update tooling and switch to colorette
1 parent 9931f70 commit 4fdbc23

File tree

5 files changed

+4874
-794
lines changed

5 files changed

+4874
-794
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: false
2+
dist: trusty
3+
language: node_js
4+
# node version is specified using the .nvmrc file
5+
before_install:
6+
- npm install -g greenkeeper-lockfile@1
7+
before_script:
8+
- greenkeeper-lockfile-update
9+
after_script:
10+
- greenkeeper-lockfile-upload
11+

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-console */
22
const path = require('path');
33
const postcss = require('postcss');
4-
const tc = require('turbocolor');
4+
const tc = require('colorette');
55
const getNow = () => Date.now();
66

77
const getRelative = (p) => path.relative(process.cwd(), p);

0 commit comments

Comments
 (0)