Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alykoshin committed Jan 22, 2016
1 parent 60ea36c commit 8f61d25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "require-dir-all",
"version": "0.3.5",
"version": "0.3.6",
"description": "Yet another Node.js helper to require all files in directory",
"main": "./index.js",
"engines": { "node" : ">=0.10" },
"engines": {
"node": ">=0.10"
},
"scripts": {
"nsp": "nsp check",
"_deps-check": "npm-check-updates --error-level 2",
Expand Down

0 comments on commit 8f61d25

Please sign in to comment.