update,
This commit is contained in:
BIN
4BFEA00F-3C0E-469C-B1B8-457ACEF22694.jpeg
Normal file
BIN
4BFEA00F-3C0E-469C-B1B8-457ACEF22694.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 391 KiB |
BIN
59BA56D3-4717-4F5B-B871-8E89F22420AD.jpeg
Normal file
BIN
59BA56D3-4717-4F5B-B871-8E89F22420AD.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
7
gitUpdate.bat
Normal file
7
gitUpdate.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
git status .
|
||||
|
||||
@pause
|
||||
|
||||
git add .
|
||||
git commit -m"update starnfullmoon,"
|
||||
start git push
|
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "starnfullmoon",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"gitUpdate": "git add . && git commit -m'update starnfullmoon,' && git push"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Reference in New Issue
Block a user