We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c106ca4 commit 616d8b3Copy full SHA for 616d8b3
3 files changed
.yarn/sdks/prettier/index.js
@@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);
11
12
if (existsSync(absPnpApiPath)) {
13
if (!process.versions.pnp) {
14
- // Setup the environment to be able to require prettier/index.js
+ // Setup the environment to be able to require prettier
15
require(absPnpApiPath).setup();
16
}
17
18
19
-// Defer to the real prettier/index.js your application uses
20
-module.exports = absRequire(`prettier/index.js`);
+// Defer to the real prettier your application uses
+module.exports = absRequire(`prettier`);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ravenapp/raven",
3
- "version": "0.0.54",
+ "version": "0.0.55",
4
"repository": "https://github.com/ravenappdev/raven-node",
5
"files": [
6
"dist",
0 commit comments