Compare commits

..

No commits in common. "master" and "v5.0.17" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartpath",
"version": "5.0.18",
"version": "5.0.17",
"private": false,
"description": "A library offering smart ways to handle file and directory paths.",
"main": "dist_ts/index.js",
@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartpath.git"
"url": "https://github.com/pushrocks/smartpath.git"
},
"keywords": [
"path handling",
@ -37,7 +37,7 @@
"bugs": {
"url": "https://github.com/pushrocks/smartpath/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartpath",
"homepage": "https://github.com/pushrocks/smartpath",
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
@ -60,4 +60,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}

View File

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