splashy 6.0.13 → 6.0.15

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 (1) hide show
  1. package/package.json +4 -8
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.13",
5
+ "version": "6.0.15",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "name": "Kiko Beats",
@@ -49,8 +49,8 @@
49
49
  "@lokesh.dhakar/quantize": "~1.4.0",
50
50
  "ndarray": "~1.0.19",
51
51
  "node-addon-api": "~8.5.0",
52
- "node-gyp": "~11.3.0",
53
- "sharp": "0.34.3"
52
+ "node-gyp": "~11.4.2",
53
+ "sharp": "0.34.4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@commitlint/cli": "latest",
@@ -67,7 +67,6 @@
67
67
  "node-vibrant": "latest",
68
68
  "simple-git-hooks": "latest",
69
69
  "standard": "latest",
70
- "standard-markdown": "latest",
71
70
  "standard-version": "latest"
72
71
  },
73
72
  "engines": {
@@ -79,7 +78,7 @@
79
78
  "scripts": {
80
79
  "clean": "rm -rf node_modules",
81
80
  "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
82
- "lint": "standard-markdown README.md && standard",
81
+ "lint": "standard",
83
82
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
84
83
  "pretest": "npm run lint",
85
84
  "release": "standard-version -a",
@@ -109,9 +108,6 @@
109
108
  "prettier-standard",
110
109
  "standard --fix"
111
110
  ],
112
- "*.md": [
113
- "standard-markdown"
114
- ],
115
111
  "package.json": [
116
112
  "finepack"
117
113
  ]