Skip to content

Commit 30a3ed9

Browse files
committed
Version 1.2.0
1 parent 0f89ad0 commit 30a3ed9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node-diskusage
22
==============
33

44
<p align="center">
5-
<a href="https://www.npmjs.com/package/diskusage?activeTab=dependencies"><img src="https://img.shields.io/david/jduncanator/node-diskusage.svg" alt="npm Dependencies" title="npm Dependencies" /></a>
65
<a href="https://www.npmjs.com/package/diskusage"><img src="https://img.shields.io/npm/v/diskusage.svg" alt="npm Version" title="npm Version" /></a>
76
<a href="https://npm-stat.com/charts.html?package=diskusage"><img src="https://img.shields.io/npm/dw/diskusage.svg" alt="npm Downloads" title="npm Downloads" /></a>
87
</p>

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": "1.1.3",
3+
"version": "1.2.0",
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)