Skip to content

Commit

Permalink
bumped node version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
arusanov committed Jul 3, 2014
1 parent 90fba9e commit f399c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: node_js
node_js:
- '0.10'
- '0.8'
- '0.7'
- '0.6'
before_script:
- npm install -g grunt-cli
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avatar-generator",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/avatar-generator.js",
"description": "8bit avatar generator. Inspired by https://github.com/matveyco/8biticon",
"homepage": "https://github.com/arusanov/avatar-generator",
Expand Down Expand Up @@ -37,7 +37,7 @@
"through": "^2.3.4"
},
"engines": {
"node": ">=0.6"
"node": ">=0.10"
},
"scripts": {
"test": "grunt"
Expand Down

0 comments on commit f399c0c

Please sign in to comment.