squash-only 3.0.0 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# squash-only
|
|
2
2
|
|
|
3
|
-
A hybrid Node.js/bash script to automatically configure all your GitHub repositories to use squash-only merge strategy.
|
|
3
|
+
A hybrid Node.js/bash script to automatically configure all your GitHub repositories to use squash-only merge strategy, which is obviously the best merge strategy.
|
|
4
4
|
|
|
5
5
|
## Quick start
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "squash-only",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Scripts for making all your repos on GitHub Squash Only!",
|
|
5
5
|
"bin": {
|
|
6
|
-
"squash-only": "
|
|
6
|
+
"squash-only": "bin/squash-only.js"
|
|
7
7
|
},
|
|
8
8
|
"files": [
|
|
9
9
|
"bin",
|