splashy 6.0.0-2 → 6.0.0

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 +1 -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.0-2",
5
+ "version": "6.0.0",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "name": "Kiko Beats",
@@ -113,7 +113,6 @@
113
113
  "dev": "nodemon --exec \"npm start\" -e \"js\"",
114
114
  "lint": "standard-markdown README.md && standard",
115
115
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
116
- "preinstall": "npx bin-version-check-cli magick \">=7\"",
117
116
  "pretest": "npm run lint",
118
117
  "release": "standard-version -a",
119
118
  "release:github": "conventional-github-releaser -p angular",