Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #126 from gabrielcsapo/master
Browse files Browse the repository at this point in the history
updates LICENSE.txt, adds node versions and removes maintainer
  • Loading branch information
gabrielcsapo committed Jul 14, 2017
2 parents c1cb31c + 0e4eb84 commit 0f2b99f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,9 +1,10 @@
language: node_js

node_js:
- 4
- 6
- "4"
- "6"
- "8"

script:
- "npm run-script cover"
- "npm run-script lint"
- "npm run lint"
- "npm run cover"
9 changes: 5 additions & 4 deletions CHANGELOG.md
@@ -1,18 +1,19 @@
##### Next
##### Unreleased
**Features**
- Upgrade to hapi 15

##### v1.0.0-rc.1 - 20140909
##### v1.0.0-rc.1 (09/09/2014)
**Features**
- Upgrade to hapi 6.
- Removed logging, prefers Good.

##### v0.14.0 - 20140205
##### v0.14.0 (02/05/2014)
**Features**
- Upgrade to hapi 2.1.x
- Rewrite tarball paths
- Support global installations

##### v0.13.0 - 20140127
##### v0.13.0 - (01/27/2014)
**Bugs**
- Improved error messaging

Expand Down
4 changes: 1 addition & 3 deletions LICENSE.txt
@@ -1,6 +1,5 @@
/***@@@ BEGIN LICENSE @@@***/
/*───────────────────────────────────────────────────────────────────────────*\
│ Copyright (C) 2016 PayPal │
│ Copyright (C) 2017 PayPal │
│ │
│hh ,'""`. │
│ / _ _ \ Licensed under the Apache License, Version 2.0 (the "License"); │
Expand All @@ -16,4 +15,3 @@
│ See the License for the specific language governing permissions and │
│ limitations under the License. │
\*───────────────────────────────────────────────────────────────────────────*/
/***@@@ END LICENSE @@@***/
5 changes: 1 addition & 4 deletions README.md
@@ -1,7 +1,4 @@
kappa
======

Lead Maintainer: [Shaun Warman](https://github.com/shaunwarman/)
# kappa

[![Build Status](https://travis-ci.org/krakenjs/kappa.svg?branch=master)](https://travis-ci.org/krakenjs/kappa)
[![NPM version](https://badge.fury.io/js/kappa.png)](http://badge.fury.io/js/kappa)
Expand Down

0 comments on commit 0f2b99f

Please sign in to comment.