isaacscript 1.1.60 → 1.1.61

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/.gitattributes CHANGED
@@ -1,5 +1,9 @@
1
1
  # Prevent Windows systems from cloning this repository with "\r\n" line endings
2
2
  core.autocrlf=false
3
3
 
4
+ # Prevent people from making merge commits
5
+ # https://www.endoflineblog.com/gitflow-considered-harmful
6
+ pull.rebase=true
7
+
4
8
  # Convert all files to use "\n" line endings
5
9
  * text=auto eol=lf
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -1,5 +1,9 @@
1
1
  # Prevent Windows systems from cloning this repository with "\r\n" line endings
2
2
  core.autocrlf=false
3
3
 
4
+ # Prevent people from making merge commits
5
+ # https://www.endoflineblog.com/gitflow-considered-harmful
6
+ pull.rebase=true
7
+
4
8
  # Convert all files to use "\n" line endings
5
9
  * text=auto eol=lf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {