esmate 1.0.8 → 1.0.9

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,8 +70,8 @@ export default defineConfig({
70
70
  });
71
71
  ```
72
72
 
73
- Check out [@esmate/eslint](https://www.npmjs.com/package/@esmate/eslint) to see all available options for Tailwind,
74
- React, Vue, Astro, Svelte, and more.
73
+ Check out [@esmate/eslint](https://www.npmjs.com/package/@esmate/eslint) to see all available options for React, Vue,
74
+ Astro, Svelte, and more.
75
75
 
76
76
  Run ESLint to check for code issues:
77
77
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "esmate",
3
3
  "type": "module",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "description": "Uncomplicate JavaScript",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "es-toolkit": "^1.35.0",
40
40
  "find-up": "^7.0.0",
41
41
  "nypm": "^0.6.0",
42
- "@esmate/eslint": "1.0.1",
42
+ "@esmate/eslint": "1.0.2",
43
43
  "@esmate/prettier": "1.0.4"
44
44
  },
45
45
  "devDependencies": {