@benhigham/tsconfig 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -135,4 +135,4 @@ Use in `tsconfig.json` by extending the desired configuration:
135
135
 
136
136
  ## License
137
137
 
138
- This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
138
+ This project is licensed under the [MIT License](LICENSE.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benhigham/tsconfig",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "My personal TypeScript configurations.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/benhigham/tsconfig#readme",
@@ -41,12 +41,12 @@
41
41
  "configuration"
42
42
  ],
43
43
  "devDependencies": {
44
- "@benhigham/commitlint-config": "^0.1.0",
45
- "@benhigham/prettier-config": "^0.1.0",
44
+ "@benhigham/commitlint-config": "^0.1.3",
45
+ "@benhigham/prettier-config": "^0.1.1",
46
46
  "@changesets/changelog-github": "^0.5.1",
47
- "@changesets/cli": "^2.28.1",
47
+ "@changesets/cli": "^2.29.3",
48
48
  "@commitlint/cli": "^19.8.0",
49
- "lefthook": "^1.11.6",
49
+ "lefthook": "^1.11.12",
50
50
  "prettier": "^3.5.3"
51
51
  },
52
52
  "peerDependencies": {