From 192ad31407b1ced48c6d300080d8d13d52cf2a18 Mon Sep 17 00:00:00 2001 From: Damon Oehlman Date: Tue, 24 May 2016 20:34:51 +1000 Subject: [PATCH] Refresh package (#3) * upgrade deps * updated travis configuration * remove docs.json configuration and move stability to package.json * gendocs --- .travis.yml | 4 +++- README.md | 4 ++-- docs.json | 9 --------- package.json | 11 ++++++----- 4 files changed, 11 insertions(+), 17 deletions(-) delete mode 100644 docs.json diff --git a/.travis.yml b/.travis.yml index 47a9755..ef4d324 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js node_js: - - 0.10 + - 4 + - 5 + - 6 notifications: email: diff --git a/README.md b/README.md index 49cb738..5418d5a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ notifiers. [![NPM](https://nodei.co/npm/changemachine.png)](https://nodei.co/npm/changemachine/) -[![unstable](https://img.shields.io/badge/stability-unstable-yellowgreen.svg)](https://github.com/badges/stability-badges) [![Build Status](https://img.shields.io/travis/DamonOehlman/changemachine.svg?branch=master)](https://travis-ci.org/DamonOehlman/changemachine) +[![unstable](https://img.shields.io/badge/stability-unstable-yellowgreen.svg)](https://github.com/dominictarr/stability#unstable) [![Build Status](https://api.travis-ci.org/DamonOehlman/changemachine.svg?branch=master)](https://travis-ci.org/DamonOehlman/changemachine) [![bitHound Score](https://www.bithound.io/github/DamonOehlman/changemachine/badges/score.svg)](https://www.bithound.io/github/DamonOehlman/changemachine) ## Online Documentation @@ -67,7 +67,7 @@ distributed system then be sure to check out the likes of RabbitMQ and 0MQ. ### MIT -Copyright (c) 2014 Damon Oehlman +Copyright (c) 2016 Damon Oehlman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/docs.json b/docs.json deleted file mode 100644 index 2771dea..0000000 --- a/docs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "badges": { - "nodeico": true, - "stability": "unstable", - "travis": true - }, - - "license": {} -} diff --git a/package.json b/package.json index e931f4d..58b670c 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,16 @@ "queue", "processor" ], + "stability": "unstable", "version": "0.4.11", "main": "index.js", "dependencies": { - "debug": "*", - "changemate": "~0.6", - "neuron": "0.4.x" + "changemate": "^1.0.0", + "debug": "^2.2.0", + "neuron": "^0.4.7" }, "devDependencies": { - "mocha": "^1" + "mocha": "^2.5.2" }, "repository": { "type": "git", @@ -37,4 +38,4 @@ "test": "test" }, "license": "MIT" -} \ No newline at end of file +}