Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 12, 2024
1 parent 3e3fda1 commit f62eae5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ if (!fs.existsSync(bigCSVPath)) {

📚 For more information check out [the documentation](https://jsdocs.io/package/platformdirs)

You can quickly dump all the directories for the current environment by running the included `platformdirs` CLI command. This is hepful for finding out where `dirs.userConfigDir` actually saved your file.

```sh
npx platformdirs
```
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformdirs",
"version": "4.3.6-rc1",
"version": "4.3.6",
"description": "📂 Unified interface to get platform-specific directories",
"keywords": [
"nodejs",
Expand Down Expand Up @@ -32,7 +32,9 @@
"bin": {
"platformdirs": "dist/main.js"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc --noCheck",
"format": "biome format --write .",
Expand Down

0 comments on commit f62eae5

Please sign in to comment.