@knapsack/prettier-config 4.65.2--canary.4208.35fded8.0 → 4.65.2--canary.4253.75e1cb4.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "name": "@knapsack/prettier-config",
3
3
  "description": "Reusable Prettier Config",
4
- "version": "4.65.2--canary.4208.35fded8.0",
4
+ "version": "4.65.2--canary.4253.75e1cb4.0",
5
5
  "bin": "./bin.js",
6
6
  "main": "prettier.config.cjs",
7
- "types": "./prettier.config.d.cts",
8
7
  "exports": {
9
8
  ".": {
10
- "types": "./prettier.config.d.cts",
11
9
  "require": "./prettier.config.cjs"
12
10
  },
13
11
  "./creator": {
@@ -24,7 +22,7 @@
24
22
  "start": "tsc --watch"
25
23
  },
26
24
  "dependencies": {
27
- "@knapsack/creator-utils": "4.65.2--canary.4208.35fded8.0",
25
+ "@knapsack/creator-utils": "4.65.2--canary.4253.75e1cb4.0",
28
26
  "prettier": "^2.8.8"
29
27
  },
30
28
  "devDependencies": {
@@ -39,5 +37,5 @@
39
37
  "directory": "tools/prettier-config",
40
38
  "type": "git"
41
39
  },
42
- "gitHead": "35fded80321affce9fc65c115d044b66a2fe8acc"
40
+ "gitHead": "75e1cb487b95a2ca2131e3afc8f0012cb1e56489"
43
41
  }
@@ -1,4 +0,0 @@
1
- declare const config: {
2
- [key: string]: unknown;
3
- };
4
- export default config;