Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "heapdump", | ||
"main": "./build/Release/heapdump", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Make a dump of the V8 heap for later inspection.", | ||
@@ -17,4 +17,4 @@ "homepage": "https://github.com/bnoordhuis/node-heapdump", | ||
"engines": { | ||
"node": ">=0.6.0" | ||
"node": ">=0.10.0" | ||
} | ||
} |
@@ -10,2 +10,6 @@ node-heapdump | ||
Or, if you are running node.js v0.6 or v0.8: | ||
npm install heapdump@0.1.0 | ||
### Build | ||
@@ -12,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51
11395