Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed May 19, 2018
1 parent 63b09ab commit 3370c0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@dropb/diskinfo",
"version": "1.0.2",
"version": "1.0.3",
"description": "Get disk usage info",
"keywords": ["df", "disk", "wmic", "filesystem", "mount", "size"],
"keywords": [
"df",
"disk",
"wmic",
"filesystem",
"mount",
"size"
],
"author": {
"name": "kukhariev",
"email": "q_h@inbox.ru"
Expand All @@ -12,7 +19,9 @@
"npm": ">= 6.0.0"
},
"license": "MIT",
"files": ["lib"],
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 3370c0c

Please sign in to comment.