Skip to content

Commit

Permalink
Release 0.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 23, 2023
1 parent c106ca4 commit 616d8b3
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 145 deletions.
6 changes: 3 additions & 3 deletions .yarn/sdks/prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);

if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require prettier/index.js
// Setup the environment to be able to require prettier
require(absPnpApiPath).setup();
}
}

// Defer to the real prettier/index.js your application uses
module.exports = absRequire(`prettier/index.js`);
// Defer to the real prettier your application uses
module.exports = absRequire(`prettier`);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ravenapp/raven",
"version": "0.0.54",
"version": "0.0.55",
"repository": "https://github.com/ravenappdev/raven-node",
"files": [
"dist",
Expand Down
Loading

0 comments on commit 616d8b3

Please sign in to comment.