This repository was archived by the owner on Aug 22, 2023. It is now read-only.
Commit d3136fd 1 parent bd97b3c commit d3136fd Copy full SHA for d3136fd
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
"author" : " Jeff Dickey @jdxcode" ,
6
6
"bugs" : " https://github.com/oclif/parser/issues" ,
7
7
"dependencies" : {
8
- "@heroku /linewrap" : " ^1.0.0" ,
8
+ "@oclif /linewrap" : " ^1.0.0" ,
9
9
"chalk" : " ^2.3.2"
10
10
},
11
11
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import {stdtermwidth} from './screen'
2
2
import { maxBy } from './util'
3
3
4
4
function linewrap ( length : number , s : string ) : string {
5
- const lw = require ( '@heroku /linewrap' )
5
+ const lw = require ( '@oclif /linewrap' )
6
6
return lw ( length , stdtermwidth , {
7
7
skipScheme : 'ansi-color' ,
8
8
} ) ( s ) . trim ( )
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @heroku/linewrap@^1.0.0 " :
6
- version "1.0.0"
7
- resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"
8
-
9
5
" @oclif/errors@^1.0.4 " :
10
6
version "1.0.4"
11
7
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.4.tgz#8e34386ede530484ae3c98bc21d818c416214c66"
16
12
strip-ansi "^4.0.0"
17
13
wrap-ansi "^3.0.1"
18
14
15
+ " @oclif/linewrap@^1.0.0 " :
16
+ version "1.0.0"
17
+ resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
18
+
19
19
" @oclif/tslint@^1.1.0 " :
20
20
version "1.1.0"
21
21
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.1.0.tgz#a2d494a61afa882a685fe5f4d866dafd18990728"
You can’t perform that action at this time.
0 commit comments