Skip to content

Commit

Permalink
Merge pull request #31 from mitchellporter/goodparts-refactor
Browse files Browse the repository at this point in the history
js "good parts" refactor
  • Loading branch information
nelsonic authored Jul 3, 2017
2 parents 17fa0e3 + 6a8fd03 commit 9776c64
Show file tree
Hide file tree
Showing 5 changed files with 1,553 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- 0.10
- 0.12
- "4.2.6"
- 6
before_install:
- pip install --user codecov
after_success:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ A minimalist yet *reliable* (tested) way to **Terminate** a **Node.js Process**
[![npm version](https://badge.fury.io/js/terminate.svg)](http://badge.fury.io/js/terminate)
[![Node.js Version](https://img.shields.io/node/v/terminate.svg?style=flat)](http://nodejs.org/download)
[![Dependency Status](https://david-dm.org/dwyl/terminate.svg)](https://david-dm.org/dwyl/terminate)
[![JavaScript Style Guide: Good Parts](https://img.shields.io/badge/code%20style-goodparts-brightgreen.svg?style=flat)](https://github.com/dwyl/goodparts "JavaScript The Good Parts")



Expand Down
Loading

0 comments on commit 9776c64

Please sign in to comment.