@benhigham/prettier-config 0.1.0 → 0.1.1

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
@@ -68,4 +68,4 @@ export default config;
68
68
 
69
69
  ## License
70
70
 
71
- This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
71
+ This project is licensed under the [MIT License](LICENSE.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benhigham/prettier-config",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "My personal Prettier configuration.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/benhigham/prettier-config#readme",
@@ -11,19 +11,20 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/benhigham/prettier-config.git"
13
13
  },
14
+ "funding": "https://github.com/sponsors/benhigham",
14
15
  "author": {
15
16
  "name": "Ben Higham",
16
17
  "url": "https://benhigham.com"
17
18
  },
18
19
  "type": "module",
19
- "module": "./index.js",
20
- "exports": "./index.js",
20
+ "module": "./src/index.js",
21
+ "exports": "./src/index.js",
21
22
  "sideEffects": false,
22
23
  "engines": {
23
24
  "node": "^18.20.0 || ^20.10.0 || >=21.0.0"
24
25
  },
25
26
  "files": [
26
- "./index.js"
27
+ "src"
27
28
  ],
28
29
  "keywords": [
29
30
  "prettier",
@@ -40,16 +41,15 @@
40
41
  "styleguide"
41
42
  ],
42
43
  "devDependencies": {
43
- "@benhigham/commitlint-config": "^0.1.0",
44
+ "@benhigham/commitlint-config": "^0.1.3",
44
45
  "@changesets/changelog-github": "^0.5.1",
45
- "@changesets/cli": "^2.28.1",
46
+ "@changesets/cli": "^2.29.3",
46
47
  "@commitlint/cli": "^19.8.0",
47
- "@commitlint/prompt-cli": "^19.8.0",
48
- "lefthook": "^1.11.5",
48
+ "lefthook": "^1.11.12",
49
49
  "prettier": "^3.5.3"
50
50
  },
51
51
  "peerDependencies": {
52
- "prettier": ">=3.0.0"
52
+ "prettier": ">=3.5.3"
53
53
  },
54
54
  "scripts": {
55
55
  "format": "prettier --write .",
File without changes