@saashub/qoq-prettier 0.16.0 → 1.0.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 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,7 +5,8 @@
5
5
 
6
6
  ## Rationale
7
7
 
8
- Beign tired of setting up [Prettier](https://www.npmjs.com/package/prettier) all over again for new projects, we created some base template.
8
+ Tired of setting up [Prettier](https://www.npmjs.com/package/prettier) from scratch for every new project? We created a base template to make the process easier.
9
+
9
10
 
10
11
  ## Install
11
12
 
@@ -37,4 +38,4 @@ export default {
37
38
 
38
39
  ### Last but not least
39
40
 
40
- _Feel free to Yoin us, please read [General Contributing Guidelines](https://github.com/saashub-it/qoq/blob/master/.github/CONTRIBUTING.md)_
41
+ _Feel free to join 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.16.0",
3
+ "version": "1.0.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"
@@ -28,12 +28,12 @@
28
28
  "test": "vitest run --coverage"
29
29
  },
30
30
  "dependencies": {
31
- "prettier": "3.4.2"
31
+ "prettier": "3.5.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@vitest/coverage-v8": "3.0.4",
34
+ "@vitest/coverage-v8": "3.0.5",
35
35
  "rimraf": "6.0.1",
36
- "vitest": "3.0.4"
36
+ "vitest": "3.0.5"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "prettier": "^3"
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "db4a525d0df5e36af65396b17b9f85de902393f5"
47
+ "gitHead": "b5b39905da0fa0eef602001ff961d17ac7e55edc"
48
48
  }