Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alykoshin committed Nov 5, 2016
1 parent bb78e69 commit 69eb448
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,13 @@ modules: {
Option `map` allows to define function to run for each `require`'d file.

Object properties.

These properties may be changed:
- `name` - module name to be stored in result object
- `exports` - module's exports value

These properties are read-only:
- `path` - filepath,
- `filepath` - full filename with absolute path,
- `base` - base part of file name,
- `ext` - file extension

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.8",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mockery": "^1.4.1",
"npm-check-updates": "^2.6.1",
"nsp": "^2.2.1"
"coveralls": "^2.11.14",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"mockery": "^2.0.0",
"npm-check-updates": "^2.8.6",
"nsp": "^2.6.2"
}
}

0 comments on commit 69eb448

Please sign in to comment.