Skip to content

Commit

Permalink
Merge pull request #47 from dberesford/supported-node-versions
Browse files Browse the repository at this point in the history
Misc minor updates..
  • Loading branch information
dberesford committed Apr 6, 2017
2 parents 3cdb5cb + b8e5e3e commit e407f94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- "5"
- "4"
- "5"
- "6"
- "7"
- "node"
- "iojs"
- "iojs-v2"
- "iojs-v1"
- "0.12"
- "0.10"
- "0.8"
sudo: false
addons:
apt:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"name": "exiv2",
"description": "A native c++ extension for node.js that provides support for reading & writing image metadata via Exiv2.",
"version": "0.6.2",
"version": "0.6.3",
"homepage": "https://github.com/dberesford/exiv2node",
"repository": {
"type": "git",
"url": "git://github.com/dberesford/exiv2node.git"
},
"dependencies": {
"nan": "~2.0"
"nan": "~2.2"
},
"devDependencies": {
"should": "*",
Expand Down

0 comments on commit e407f94

Please sign in to comment.