Skip to content

Commit a34d236

Browse files
committed
Version 0.2.1
Bump package.json version
1 parent 8b00f90 commit a34d236

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node-diskusage
22
==============
33

4-
This module implements platform specific bindings to obtain disk usage information on Windows and *nix platforms. Windows support is backed by [GetDiskFreeSpaceEx](http://msdn.microsoft.com/en-us/library/windows/desktop/aa364937/) and Unix is implemented with [statvfs](http://www.freebsd.org/cgi/man.cgi?query=statvfs).
4+
This module implements platform specific bindings to obtain disk usage information on Windows and POSIX platforms. Windows support is backed by [GetDiskFreeSpaceEx](http://msdn.microsoft.com/en-us/library/windows/desktop/aa364937/) and POSIX is implemented with [statvfs](http://www.freebsd.org/cgi/man.cgi?query=statvfs).
55

66
Installation
77
------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diskusage",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Get total diskspace and free diskspace using bindings around platform specific calls.",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)