Skip to content

Commit e9241d5

Browse files
committed
extend readme & inc ver
1 parent 1e0f526 commit e9241d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Auto deploy project through GIT
44
It does auto deploy your site to hosting
55

66
- [Requirements](#requirements)
7-
- [Start to use through composer](#start-to-use-through-composer)
8-
- [Start to use through npm](#start-to-use-through-npm)
7+
- [Start to use through COMPOSER](#start-to-use-through-composer)
8+
- [Start to use through NPM](#start-to-use-through-npm)
99
- [Extended deploy with custom commands](#extended-deploy-with-custom-commands)
1010

1111
# Requirements
@@ -14,7 +14,7 @@ It does auto deploy your site to hosting
1414
2. Access to perform **shell** commands
1515
3. Installed **GIT** on target hosting
1616

17-
# Start to use through composer
17+
# Start to use through COMPOSER
1818

1919
The main using through composer.
2020

@@ -39,7 +39,7 @@ The main using through composer.
3939

4040
Do not forget to change the secret code ``ytJHvMHFdTYUryDhmJkjFjFiYk``
4141

42-
# Start to use through npm
42+
# Start to use through NPM
4343

4444
If you making SPA and the files is located on a php hosting, then you can does auto deployment through the package.
4545

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimistex/git-auto-deploy-ex",
3-
"version": "1.2.7",
3+
"version": "1.3.1",
44
"type": "library",
55
"description": "The little project for auto-deploying projects to a hosting",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-auto-deploy-ex",
3-
"version": "1.2.7",
3+
"version": "1.3.1",
44
"description": "The little project for auto-deploying projects to a hosting",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)