@dialpad/dialtone 8.21.5 → 8.22.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone",
3
- "version": "8.21.5",
3
+ "version": "8.22.0",
4
4
  "description": "Dialpad's design system",
5
5
  "keywords": [
6
6
  "Dialpad",
@@ -56,9 +56,6 @@
56
56
  "last 1 version",
57
57
  "maintained node versions"
58
58
  ],
59
- "gitHooks": {
60
- "pre-commit": "lint-staged"
61
- },
62
59
  "publishConfig": {
63
60
  "access": "public"
64
61
  },
@@ -141,7 +138,7 @@
141
138
  "lint:code": "eslint '**/*.{js,cjs,vue}'",
142
139
  "lint:library": "run-s stylelint lesshint",
143
140
  "start": "gulp watch",
144
- "stylelint": "npx stylelint 'lib/build/less/**/*.less' 'docs/.vuepress/theme/**/*.{less,css}'",
141
+ "stylelint": "npx stylelint 'lib/build/less/**/*.less'",
145
142
  "build:icons": "gulp icons",
146
143
  "test:postcss-generator-plugin": "jest --coverage && eslint ."
147
144
  }