Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ae736d5dbb | |||
7686c417b1 | |||
65cb98d031 |
@ -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",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pushrocks/smartpath.git"
|
"url": "https://code.foss.global/push.rocks/smartpath.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"path handling",
|
"path handling",
|
||||||
@ -37,7 +37,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/pushrocks/smartpath/issues"
|
"url": "https://github.com/pushrocks/smartpath/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pushrocks/smartpath",
|
"homepage": "https://code.foss.global/push.rocks/smartpath",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.66",
|
"@git.zone/tsbuild": "^2.1.66",
|
||||||
"@git.zone/tsrun": "^1.2.44",
|
"@git.zone/tsrun": "^1.2.44",
|
||||||
@ -60,4 +60,4 @@
|
|||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 1 chrome versions"
|
"last 1 chrome versions"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user