Skip to content

Commit

Permalink
Updated version. Added bugfix #4 to support Buffer (thanks to @OmniJeff)
Browse files Browse the repository at this point in the history
  • Loading branch information
miktam committed Jan 6, 2016
1 parent 4dad8f1 commit ebb7cef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-sizeof",
"version": "1.0.6",
"version": "1.0.7",
"description": "Sizeof of a JavaScript object in bytes",
"main": "index.js",
"scripts": {
Expand All @@ -20,10 +20,10 @@
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "^3.9.1"
"lodash": "^3.10.1"
},
"devDependencies": {
"mocha": "~1.19.0",
"should": "~3.3.1"
"mocha": "~2.3.4",
"should": "~8.0.2"
}
}

0 comments on commit ebb7cef

Please sign in to comment.