@hiddenability/opinionated-defaults 0.1.2 → 0.1.3

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 +1 -1
package/README.md CHANGED
@@ -127,7 +127,7 @@ When using `prettier-config-tailwind`, make sure to specify the CSS file that co
127
127
  For example, given the following css file:
128
128
 
129
129
  ```css
130
- // /app/styles.css
130
+ /* /app/styles.css */
131
131
  @import 'tailwindcss';
132
132
  ```
133
133
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hiddenability/opinionated-defaults",
3
3
  "description": "Opinionated default configurations for webdev tools.",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",