mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 03:27:00 +00:00
package.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sscripts",
|
"name": "sscripts",
|
||||||
"version": "1.0.10",
|
"version": "1.0.9",
|
||||||
"description": "Useful Shell scripts for projects",
|
"description": "Useful Shell scripts for projects",
|
||||||
"author": "sHa <sha@shadoll.dev>",
|
"author": "sHa <sha@shadoll.dev>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -22,9 +22,6 @@
|
|||||||
"docker.prune": "./scripts/docker/prune.sh"
|
"docker.prune": "./scripts/docker/prune.sh"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"hello.sh": "./scripts/hello.sh",
|
"pub": "npm version patch; npm publish"
|
||||||
"hello.js": "./scripts/hello.js",
|
|
||||||
"git.storage_push": "./scripts/git/storage_push.sh",
|
|
||||||
"fs.fix_permissions": "./scripts/fs/fix_permissions.sh"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user