shinkansen-transmission 2.2.41 → 2.2.42
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/package.json +1 -1
- package/src/index.cjs +5 -1
- package/.gitattributes +0 -21
- package/.husky/post-commit +0 -4
- package/.husky/post-commit.cjs +0 -8
- package/.husky/post-commit.mjs +0 -5
- package/.husky/pre-commit +0 -5
package/package.json
CHANGED
package/src/index.cjs
CHANGED
package/.gitattributes
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# Default behavior
|
2
|
-
* text=auto
|
3
|
-
|
4
|
-
# LF line endings
|
5
|
-
*.json text eol=lf
|
6
|
-
*.mjs text eol=lf
|
7
|
-
*.cjs text eol=lf
|
8
|
-
*.jsx text eol=lf
|
9
|
-
*.mts text eol=lf
|
10
|
-
*.cts text eol=lf
|
11
|
-
*.sh text eol=lf
|
12
|
-
.editorconfig text eol=lf
|
13
|
-
.eslintignore text eol=lf
|
14
|
-
.eslintrc text eol=lf
|
15
|
-
.gitattributes text eol=lf
|
16
|
-
.gitignore text eol=lf
|
17
|
-
.npmignore text eol=lf
|
18
|
-
.npmrc text eol=lf
|
19
|
-
.eslintrc text eol=lf
|
20
|
-
.babelrc text eol=lf
|
21
|
-
.husky/* text eol=lf
|
package/.husky/post-commit
DELETED
package/.husky/post-commit.cjs
DELETED
package/.husky/post-commit.mjs
DELETED