@caioms/pre-git-auto-format 1.2.6 → 1.2.7

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/package.json +2 -3
  2. package/postinstall.js +0 -1
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@caioms/pre-git-auto-format",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Automatic pre-commit formatting with BiomeJS and lint-staged",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "postinstall": "node postinstall.js",
8
- "prepare": "husky"
7
+ "postinstall": "node postinstall.js"
9
8
  },
10
9
  "files": [
11
10
  ".lintstagedrc.json",
package/postinstall.js CHANGED
@@ -171,7 +171,6 @@ try {
171
171
  console.log('\n🔧 Scripts disponíveis:');
172
172
  console.log(' • npm run lint - Verificar código');
173
173
  console.log(' • npm run format - Formatar código');
174
- console.log(' • npm run prepare - Configurar husky');
175
174
  console.log('\n✨ Agora seus commits serão formatados automaticamente!');
176
175
 
177
176
  } catch (error) {