Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
Deps updated
travis-ci updated
  • Loading branch information
Dexus committed Sep 20, 2015
1 parent 4f7a62c commit a7e661d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,8 @@ sudo: false
node_js:
- "0.10"
- "0.12"
- "4.0"
- "4.1"
- "iojs-v1.8"
- "iojs-v2.5"
- "iojs-v3.3"
Expand Down
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -3,12 +3,13 @@
"contributors": [
{
"name": "Josef Fröhle",
"email": "git@josef-froehle.de"
"email": "github@josef-froehle.de",
"url" : "https://www.josef-froehle.de/"
}
],
"name": "pem",
"description": "Create private keys and certificates with node.js and io.js",
"version": "1.8.0",
"version": "1.8.1",
"repository": {
"type": "git",
"url": "git://github.com/andris9/pem.git"
Expand All @@ -18,13 +19,13 @@
"test": "grunt"
},
"dependencies": {
"which": "~1.0.8"
"which": "~1.1.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"nodeunit": "^0.9.0"
"nodeunit": "^0.9.1"
},
"optionalDependencies": {},
"engines": {
Expand Down

0 comments on commit a7e661d

Please sign in to comment.