Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Aug 9, 2023
1 parent 3dba297 commit db81ca6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/fileutils",
"version": "1.0.0",
"version": "1.0.1",
"description": "File and directory utilities for node.js.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -51,5 +51,12 @@
],
"@babel/preset-typescript"
]
}
},
"keywords": [
"file",
"fs",
"node",
"nodejs",
"utils"
]
}

0 comments on commit db81ca6

Please sign in to comment.