File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757 "@types/node" : " ^13.1.1" ,
5858 "@types/semver" : " ^7.1.0" ,
5959 "chai" : " ^4.2.0" ,
60- "chai-exec" : " ^1.1.2" ,
60+ "@jsdevtools/ chai-exec" : " ^1.1.2" ,
6161 "del" : " ^5.1.0" ,
6262 "eslint" : " ^6.8.0" ,
6363 "mocha" : " ^7.0.1" ,
7373 "command-line-args" : " ^5.1.1" ,
7474 "detect-indent" : " ^6.0.0" ,
7575 "detect-newline" : " ^3.1.0" ,
76- "ez-spawn" : " ^2.1.6" ,
76+ "@jsdevtools/ ez-spawn" : " ^2.1.6" ,
7777 "globby" : " ^11.0.0" ,
7878 "inquirer" : " ^7.0.1" ,
7979 "log-symbols" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1- import * as ezSpawn from "ez-spawn" ;
1+ import * as ezSpawn from "@jsdevtools/ ez-spawn" ;
22import { Operation } from "./operation" ;
33import { ProgressEvent } from "./types/version-bump-progress" ;
44
Original file line number Diff line number Diff line change 1- import * as ezSpawn from "ez-spawn" ;
1+ import * as ezSpawn from "@jsdevtools/ ez-spawn" ;
22import { readJsonFile } from "./fs" ;
33import { isManifest , Manifest } from "./manifest" ;
44import { Operation } from "./operation" ;
Original file line number Diff line number Diff line change 11"use strict" ;
22
33const chai = require ( "chai" ) ;
4- const chaiExec = require ( "chai-exec" ) ;
4+ const chaiExec = require ( "@jsdevtools/ chai-exec" ) ;
55
66chai . use ( chaiExec ) ;
77
You can’t perform that action at this time.
0 commit comments