mirror of
https://github.com/bitwarden/cli
synced 2026-01-11 04:23:13 +00:00
Add jslib as a "real" dependency (#321)
* Split jslib * Bump jslib * Bump jslib, replace alias with tsconfig-paths-webpack-plugin
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as program from 'commander';
|
||||
|
||||
import { Response } from 'jslib/cli/models/response';
|
||||
import { StringResponse } from 'jslib/cli/models/response/stringResponse';
|
||||
import { Response } from 'jslib-node/cli/models/response';
|
||||
import { StringResponse } from 'jslib-node/cli/models/response/stringResponse';
|
||||
|
||||
import { CliUtils } from '../utils';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user