mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 03:27:00 +00:00
upd package.json
This commit is contained in:
13
package.json
13
package.json
@@ -1,10 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "sscripts",
|
"name": "sscripts",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Useful Shell scripts for projects",
|
"description": "Useful Shell scripts for projects",
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"author": "sHa <sha@shadoll.dev>",
|
"author": "sHa <sha@shadoll.dev>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -16,6 +13,12 @@
|
|||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"hello.sh": "./scripts/hello.sh",
|
"hello.sh": "./scripts/hello.sh",
|
||||||
"hello.js": "./scripts/hello.js"
|
"hello.js": "./scripts/hello.js",
|
||||||
|
"git.storage_push": "./scripts/git.storage_push.sh"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"hello.sh": "./scripts/hello.sh",
|
||||||
|
"hello.js": "./scripts/hello.js",
|
||||||
|
"git.storage_push": "./scripts/git.storage_push.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user