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);
1111
1212if ( 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` ) ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments