@esmate/prettier 0.0.0 → 0.0.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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ interface Options {
16
16
  /**
17
17
  * Ignores files from formatting.
18
18
  *
19
- * https://github.com/tailwindlabs/prettier-plugin-tailwindcss
19
+ * So you don't have to use .prettierignore file.
20
20
  */
21
21
  ignores?: string[];
22
22
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@esmate/prettier",
3
3
  "type": "module",
4
- "version": "0.0.0",
4
+ "version": "0.0.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {