Compare commits

...

2 Commits

Author SHA1 Message Date
7686c417b1 5.0.18 2024-04-22 18:42:18 +02:00
65cb98d031 fix(core): update 2024-04-22 18:42:18 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartpath", "name": "@push.rocks/smartpath",
"version": "5.0.17", "version": "5.0.18",
"private": false, "private": false,
"description": "A library offering smart ways to handle file and directory paths.", "description": "A library offering smart ways to handle file and directory paths.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartpath', name: '@push.rocks/smartpath',
version: '5.0.17', version: '5.0.18',
description: 'A library offering smart ways to handle file and directory paths.' description: 'A library offering smart ways to handle file and directory paths.'
} }