Skip to content

Commit

Permalink
Downgrade dependencies requiring Node 8. v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Nov 15, 2017
1 parent c13f2bd commit 400bd0b
Show file tree
Hide file tree
Showing 4 changed files with 560 additions and 996 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,9 @@ cache:
notifications:
email: false
node_js:
- '8'
- 4
- 6
- 8
before_script:
- npm prune
branches:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,9 +4,10 @@ Hapi plugin for enabling/enforcing [JSON-API specification](http://jsonapi.org).

Original project transferred from [@wraithgar](https://github.com/wraithgar).

[![Greenkeeper badge](https://badges.greenkeeper.io/kjellmorten/hapi-json-api.svg)](https://greenkeeper.io/)
[![Current Version](https://img.shields.io/npm/v/@gar/hapi-json-api.svg)](https://www.npmjs.org/package/@gar/hapi-json-api)
[![Build Status](https://travis-ci.org/kjellmorten/hapi-json-api.svg?branch=master)](https://travis-ci.org/kjellmorten/hapi-json-api)
[![NSP Status](https://nodesecurity.io/orgs/laboreum/projects/933c42d1-7af0-4d0b-82b5-08c4915afe6b/badge)](https://nodesecurity.io/orgs/laboreum/projects/933c42d1-7af0-4d0b-82b5-08c4915afe6b)
[![Greenkeeper badge](https://badges.greenkeeper.io/kjellmorten/hapi-json-api.svg)](https://greenkeeper.io/)

## Getting started

Expand Down

0 comments on commit 400bd0b

Please sign in to comment.