Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Aug 30, 2021
1 parent 9c36e37 commit 9fdcbb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/entrypoints/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Remove this dep once we stop supporting Node 14.x
import 'ts-replace-all'
import { PackageJson } from 'type-fest'
import { inspect } from 'util'
import { enforceValidPeerDependencies } from '../lib/peerDepValidator'
Expand Down
3 changes: 3 additions & 0 deletions src/lib/prisma-documnetation/PrismaDocumentation.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Remove this dep once we stop supporting Node 14.x
import 'ts-replace-all'

export const format = (rawComment: string): string => {
const formattedComment = rawComment.replaceAll(/\n/g, ' ').replaceAll(/ +/g, ' ').trim()
return formattedComment
Expand Down

0 comments on commit 9fdcbb8

Please sign in to comment.