@theahaco/ts-config 1.3.0 → 1.3.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/package.json +1 -1
  2. package/prettier.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@theahaco/ts-config",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "description": "Standardized configs for The Aha Co TS/JS projects",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
package/prettier.js CHANGED
@@ -22,7 +22,7 @@ export const config = {
22
22
  // formatting the package.json with anything other than spaces will cause
23
23
  // issues when running install...
24
24
  {
25
- files: ["**/package.json"],
25
+ files: ["**/package.json", "**/package-lock.json"],
26
26
  options: {
27
27
  useTabs: false,
28
28
  },