File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22 "name" : " push-based-user-flow-workspace" ,
33 "version" : " 0.0.0" ,
44 "engines" : {
5- "node" : " 16.14.3"
5+ "node" : " ^16.19.0" ,
6+ "npm" : " ^6.14.0"
67 },
78 "license" : " MIT" ,
89 "scripts" : {
Original file line number Diff line number Diff line change 1+ export { readRcConfig } from './global/rc-json' ;
12export { ERROR_PERSIST_FORMAT_WRONG } from './commands/collect/options/format.constant' ;
23export { getGlobalOptionsFromArgv } from './global/utils' ;
34export { SETUP_CONFIRM_MESSAGE } from './commands/init/constants' ;
45export { PROMPT_COLLECT_URL } from './commands/collect/options/url.constant' ;
5- export { } from './commands/collect/options/ufPath' ;
66export { PROMPT_COLLECT_UF_PATH } from './commands/collect/options/ufPath.constant' ;
77export { PROMPT_PERSIST_OUT_PATH } from './commands/collect/options/outPath.constant' ;
88export { PROMPT_PERSIST_FORMAT } from './commands/collect/options/format.constant' ;
You can’t perform that action at this time.
0 commit comments