Skip to content

Commit 616d8b3

Browse files
committed
Release 0.0.55
1 parent c106ca4 commit 616d8b3

File tree

3 files changed

+320
-145
lines changed

3 files changed

+320
-145
lines changed

.yarn/sdks/prettier/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);
1111

1212
if (existsSync(absPnpApiPath)) {
1313
if (!process.versions.pnp) {
14-
// Setup the environment to be able to require prettier/index.js
14+
// Setup the environment to be able to require prettier
1515
require(absPnpApiPath).setup();
1616
}
1717
}
1818

19-
// Defer to the real prettier/index.js your application uses
20-
module.exports = absRequire(`prettier/index.js`);
19+
// Defer to the real prettier your application uses
20+
module.exports = absRequire(`prettier`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ravenapp/raven",
3-
"version": "0.0.54",
3+
"version": "0.0.55",
44
"repository": "https://github.com/ravenappdev/raven-node",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)