@dvukovic/style-guide 0.3.26 → 0.3.27

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  To get the kitchen sink install the required dependencies:
6
6
 
7
7
  ```
8
- yarn add -D eslint@8.57.0 prettier cspell stylelint npm-package-json-lint
8
+ yarn add -D eslint@8.57.0 prettier cspell stylelint npm-package-json-lint @dvukovic/style-guide
9
9
  ```
10
10
 
11
11
  add the following scripts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvukovic/style-guide",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "My own style guide",
5
5
  "repository": {
6
6
  "type": "git",