Skip to content

Commit

Permalink
Explicitly use ES Modules to avoid ambiguity in an attempt to fix iss…
Browse files Browse the repository at this point in the history
  • Loading branch information
wrporter committed Aug 16, 2024
1 parent ea63a98 commit 17ec319
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wesp-up/prettier-config

## 1.0.1 (2024-08-16)

### Patch Changes

- Explicitly use ES Modules to avoid ambiguity in an attempt to fix issues with https://github.com/prettier/prettier-vscode/issues/3066.

## 1.0.0 (2024-07-27)

### Major Changes
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@wesp-up/prettier-config",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/wrporter/up.git"
},
"type": "module",
"main": "index.js",
"main": "index.mjs",
"files": [
"README.md",
"index.js"
"index.mjs"
]
}

0 comments on commit 17ec319

Please sign in to comment.