fix(core): update

This commit is contained in:
2024-04-14 00:53:53 +02:00
parent 10bda971fb
commit 7cc6127680
5 changed files with 134 additions and 40 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartpath",
"version": "5.0.13",
"private": false,
"description": "offers smart ways to handle paths",
"description": "A library offering smart ways to handle file and directory paths.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -16,9 +16,21 @@
"url": "https://github.com/pushrocks/smartpath.git"
},
"keywords": [
"json",
"jade",
"template"
"path handling",
"file system",
"directory manipulation",
"file checks",
"path transformation",
"typescript",
"node.js development",
"URL handling",
"absolute paths",
"smart path resolution",
"programming",
"file management",
"software development",
"path utilities",
"cross-platform path management"
],
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
"license": "MIT",
@ -48,4 +60,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}