Skip to content

Commit

Permalink
Merge branch 'release/1.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Rechkunov committed Dec 12, 2015
2 parents f952d27 + fe501f4 commit c19c147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catberry-locator",
"version": "1.1.9",
"version": "1.1.10",
"author": "Denis Rechkunov <[email protected]>",
"description": "Service Locator component for Catberry Framework",
"homepage": "https://github.com/catberry/catberry-locator",
Expand Down Expand Up @@ -30,7 +30,7 @@
"jshint": "^2.8.0"
},
"engines": {
"node": ">=0.10"
"node": ">=0.12"
},
"scripts": {
"test": "make"
Expand Down

0 comments on commit c19c147

Please sign in to comment.