@hero-design/snowflake-guard 1.4.5 → 1.4.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/snowflake-guard",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "A hero-design bot detecting snowflake usage",
5
5
  "author": "Hau Dao",
6
6
  "license": "ISC",
@@ -20,7 +20,7 @@
20
20
  "start": "yarn build && probot run ./lib/src/index.js",
21
21
  "type-check": "tsc --noEmit",
22
22
  "test": "jest --passWithNoTests",
23
- "lint": "eslint src",
23
+ "lint": "eslint src --quiet",
24
24
  "deploy": "netlify deploy --site snowflake-guard.netlify.app --prod --auth $NETLIFY_AUTH_TOKEN",
25
25
  "publish:npm": "yarn publish --access public"
26
26
  },