Skip to content

Commit

Permalink
chore: bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Nov 28, 2021
1 parent 36c556f commit baae361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-disk-space",
"version": "3.0.1",
"version": "3.1.0",
"description": "Light multi-platform disk space checker without third party for Node.js",
"files": [
"dist",
Expand All @@ -10,8 +10,8 @@
"module": "./dist/check-disk-space.mjs",
"types": "./dist/check-disk-space.d.ts",
"exports": {
"import": "./dist/check-disk-space.mjs",
"require": "./dist/check-disk-space.cjs"
"import": "./dist/check-disk-space.mjs",
"require": "./dist/check-disk-space.cjs"
},
"scripts": {
"build:lib": "rollup --config",
Expand Down

0 comments on commit baae361

Please sign in to comment.