@dvukovic/style-guide 0.3.50 → 0.3.52

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/README.md CHANGED
@@ -15,7 +15,7 @@ add the following scripts
15
15
  "scripts": {
16
16
  "lint": "yarn lint:prettier && yarn lint:eslint && yarn lint:stylelint && yarn lint:spell && yarn lint:package-json",
17
17
  "lint:eslint": "eslint . --cache",
18
- "lint:fix": "yarn lint:eslint --fix && yarn lint:prettier --write && yarn lint:stylelint --fix && yarn lint:spell && yarn lint:package-json",
18
+ "lint:fix": "yarn lint:eslint --fix && yarn lint:prettier --write && yarn lint:stylelint --fix && yarn lint:spell && yarn lint:package-json",
19
19
  "lint:package-json": "npmPkgJsonLint --configFile ./.packagerc.js .",
20
20
  "lint:prettier": "prettier --log-level=warn --check --cache .",
21
21
  "lint:spell": "cspell --config ./.cspellrc.js --no-progress --no-summary --unique '**'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvukovic/style-guide",
3
- "version": "0.3.50",
3
+ "version": "0.3.52",
4
4
  "description": "My own style guide",
5
5
  "repository": {
6
6
  "type": "git",
@@ -86,3 +86,4 @@ highchart
86
86
  mdxeditor
87
87
  posthog
88
88
  overscan
89
+ codegen