favgen 0.0.2 → 0.0.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "favgen",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "CLI tool to generate a set of favicons from a single input file.",
5
5
  "keywords": [
6
6
  "favicon"
@@ -23,7 +23,6 @@
23
23
  "build": "tsc --project tsconfig.json",
24
24
  "build:dev": "tsc --watch --project tsconfig.json",
25
25
  "prepublishOnly": "npm run build",
26
- "postinstall": "npm run build",
27
26
  "huskify": "husky install && husky add .husky/pre-commit 'npx lint-staged' && git add .husky/pre-commit",
28
27
  "lint": "eslint --ext .js,.cjs,.mjs,.ts,.cts,.mts --fix --ignore-path .gitignore --cache",
29
28
  "prettify": "prettier --write --ignore-path .gitignore --plugin-search-dir=."