Skip to content

Commit

Permalink
Refresh package (#3)
Browse files Browse the repository at this point in the history
* upgrade deps
* updated travis configuration
* remove docs.json configuration and move stability to package.json
* gendocs
  • Loading branch information
DamonOehlman committed May 24, 2016
1 parent 4b3bf35 commit 192ad31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 0.10
- 4
- 5
- 6

notifications:
email:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -67,7 +67,7 @@ distributed system then be sure to check out the likes of RabbitMQ and 0MQ.

### MIT

Copyright (c) 2014 Damon Oehlman <damon.oehlman@gmail.com>
Copyright (c) 2016 Damon Oehlman <damon.oehlman@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
9 changes: 0 additions & 9 deletions docs.json

This file was deleted.

11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -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",
Expand All @@ -37,4 +38,4 @@
"test": "test"
},
"license": "MIT"
}
}

0 comments on commit 192ad31

Please sign in to comment.