Skip to content

Commit

Permalink
Merge pull request #24 from Psychopoulet/develop
Browse files Browse the repository at this point in the history
update minimal node version
  • Loading branch information
Psychopoulet committed Apr 4, 2018
2 parents 1758da1 + cbd2956 commit 07767af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-containerpattern",
"version": "0.5.1",
"version": "0.5.2",
"description": "A 'Container pattern' object for a clean global use of data.",
"main": "lib/main.js",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,6 @@
},
"homepage": "https://github.com/Psychopoulet/node-containerpattern#readme",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
}
}

0 comments on commit 07767af

Please sign in to comment.