splashy 5.1.40 → 5.1.41

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -73,5 +73,5 @@ The raw content for detecting the color information.
73
73
  **microlink-function** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlink/microlink-function/blob/master/LICENSE.md) License.<br>
74
74
  Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlink/microlink-function/contributors).
75
75
 
76
- > [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
76
+ > [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)
77
77
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "splashy",
3
3
  "description": "Given an image, extract predominant & palette colors",
4
4
  "homepage": "https://github.com/microlinkhq/splashy",
5
- "version": "5.1.40",
5
+ "version": "5.1.41",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "name": "Kiko Beats",
@@ -89,7 +89,12 @@
89
89
  "commitlint": {
90
90
  "extends": [
91
91
  "@commitlint/config-conventional"
92
- ]
92
+ ],
93
+ "rules": {
94
+ "body-max-line-length": [
95
+ 0
96
+ ]
97
+ }
93
98
  },
94
99
  "nano-staged": {
95
100
  "*.js": [