Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Feb 23, 2015
2 parents dfb3692 + 6bfa789 commit 93cca30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
- "0.8"
before_script:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"web": "http://rogeriopvl.com"
}
],
"version": "0.5.2",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/rogeriopvl/nodo"
Expand All @@ -27,10 +27,10 @@
"grunt-shell": "~0.4.0"
},
"dependencies": {
"sqlite3": "~2.1.12",
"insight": "~0.2.0",
"colors": "~0.6.2",
"fs-extra": "~0.8.1"
"sqlite3": "^3.0.5",
"insight": "~0.5.2",
"colors": "^1.0.3",
"fs-extra": "~0.16.3"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 93cca30

Please sign in to comment.