@saashub/qoq-prettier 0.12.0 → 0.13.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -35,4 +35,6 @@ export default {
35
35
  };
36
36
  ```
37
37
 
38
- *Feel free to Yoin us, please read [Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)*
38
+ ### Last but not least
39
+
40
+ _Feel free to Yoin us, please read [General Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saashub/qoq-prettier",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "homepage": "https://github.com/saashub-it/qoq/tree/master/packages/prettier",
5
5
  "bugs": {
6
6
  "url": "https://github.com/saashub-it/qoq/issues"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "3ece7cef27c7477ffb71ff6a4306b2e2ca23dd76"
44
+ "gitHead": "cf455d532eb8c13b6b422e82873372c8a3bc5682"
45
45
  }