File tree Expand file tree Collapse file tree 3 files changed +320
-145
lines changed Expand file tree Collapse file tree 3 files changed +320
-145
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);
11
11
12
12
if ( existsSync ( absPnpApiPath ) ) {
13
13
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
15
15
require ( absPnpApiPath ) . setup ( ) ;
16
16
}
17
17
}
18
18
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` ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ravenapp/raven" ,
3
- "version" : " 0.0.54 " ,
3
+ "version" : " 0.0.55 " ,
4
4
"repository" : " https://github.com/ravenappdev/raven-node" ,
5
5
"files" : [
6
6
" dist" ,
You can’t perform that action at this time.
0 commit comments