Skip to content

Commit

Permalink
Merge branch 'release/0.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Rechkunov committed Dec 12, 2015
2 parents 1b3dc56 + 28b9ab5 commit 7d2f0f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
- "5"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catberry-todomvc",
"version": "0.7.5",
"version": "0.7.6",
"description": "TodoMVC implementation on Catberry Framework",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"dependencies": {
"catberry": "^7.0.0",
"catberry-handlebars": "^1.0.8",
"catberry-handlebars": "^2.0.1",
"connect": "^3.0.0",
"errorhandler": "^1.0.0",
"gulp": "^3.9.0",
Expand All @@ -27,7 +27,7 @@
"jshint": "^2.8.0"
},
"engines": {
"node": ">=0.10"
"node": ">=0.12"
},
"scripts": {
"start": "npm run release",
Expand Down

0 comments on commit 7d2f0f5

Please sign in to comment.