Skip to content

Commit

Permalink
Merge branch 'dev' for 0.4.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kasargeant committed Jul 2, 2017
2 parents a40a945 + e5986af commit a9fbce0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 624 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Tinter [![npm](https://img.shields.io/npm/v/tinter.svg)]() [![Build Status](https://travis-ci.org/kasargeant/tinter.svg?branch=master)](https://travis-ci.org/kasargeant/tinter) [![Coverage Status](https://coveralls.io/repos/github/kasargeant/tinter/badge.svg?branch=master)](https://coveralls.io/github/kasargeant/tinter?branch=master)
# Tinter [![npm](https://img.shields.io/npm/v/tinter.svg)]() [![Build Status](https://travis-ci.org/kasargeant/tinter.svg?branch=master)](https://travis-ci.org/kasargeant/tinter) [![Build Status Windows](https://ci.appveyor.com/api/projects/status/github/kasargeant/tinter?branch=master&svg=true)](https://ci.appveyor.com/project/kasargeant/tinter) [![Coverage Status](https://coveralls.io/repos/github/kasargeant/tinter/badge.svg?branch=master)](https://coveralls.io/github/kasargeant/tinter?branch=master)

![Tinter woodblock](/docs/img/woodblock_sharkhats.jpg "Attribution: https://www.flickr.com/photos/sharkhats/")

Expand Down
25 changes: 25 additions & 0 deletions appveyor.yml
@@ -0,0 +1,25 @@
# Test against the latest version of this Node.js version
environment:
matrix:
# node.js
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install

# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test

# Don't actually build.
build: off
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "tinter",
"version": "0.4.5",
"description": "A lean and fast console string colorizing module - supports CSS naming and up to 16M+ colors.",
"version": "0.4.6",
"description": "An extremely fast console string coloring module - supporting CSS4 naming and up to 16M+ colors.",
"keywords": [
"javascript",
"color",
Expand Down

0 comments on commit a9fbce0

Please sign in to comment.