WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 35235e8

Browse files
Version 0.1.0
1 parent 9feecfe commit 35235e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-alpha.1
1+
0.1.0

box.json.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"alias": "example.phar",
2+
"alias": "dot-process.phar",
33
"chmod": "0755",
44
"compactors": [],
55
"directories": ["src"],
6-
"files": ["example", "README.md", "VERSION"],
6+
"files": ["dot-process", "README.md", "VERSION"],
77
"finder": [
88
{
99
"name": "*.php",
@@ -19,7 +19,7 @@
1919
],
2020
"git-commit": "git-commit",
2121
"git-version": "git-version",
22-
"output": "example.phar",
23-
"main": "example",
22+
"output": "dot-process.phar",
23+
"main": "dot-process",
2424
"stub": true
2525
}

0 commit comments

Comments
 (0)