splashy 6.0.8 → 6.0.10
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 +5 -2
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": "6.0.
|
|
5
|
+
"version": "6.0.10",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Kiko Beats",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@lokesh.dhakar/quantize": "~1.4.0",
|
|
50
50
|
"ndarray": "~1.0.19",
|
|
51
51
|
"node-addon-api": "~8.3.1",
|
|
52
|
-
"node-gyp": "~11.
|
|
52
|
+
"node-gyp": "~11.2.0",
|
|
53
53
|
"sharp": "0.33.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
"finepack"
|
|
117
117
|
]
|
|
118
118
|
},
|
|
119
|
+
"pnpm": {
|
|
120
|
+
"neverBuiltDependencies": []
|
|
121
|
+
},
|
|
119
122
|
"simple-git-hooks": {
|
|
120
123
|
"commit-msg": "npx commitlint --edit",
|
|
121
124
|
"pre-commit": "npx nano-staged"
|