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 1
1
/**
2
2
* @license
3
- * Copyright 2018 Google Inc.
3
+ * Copyright 2018 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
15
15
* limitations under the License.
16
16
*/
17
17
18
- const { projectRoot : root } = require ( './constants ' ) ;
18
+ const { projectRoot : root } = require ( '../../utils ' ) ;
19
19
const { spawn, exec } = require ( 'child-process-promise' ) ;
20
20
const { mapPkgNameToPkgPath } = require ( './workspace' ) ;
21
21
const { readFile : _readFile } = require ( 'fs' ) ;
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2018 Google Inc.
3
+ * Copyright 2018 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
16
16
*/
17
17
18
18
const { spawn } = require ( 'child-process-promise' ) ;
19
- const { projectRoot : root } = require ( './constants ' ) ;
19
+ const { projectRoot : root } = require ( '../../utils ' ) ;
20
20
const ora = require ( 'ora' ) ;
21
21
22
22
exports . runTests = async ( ) => {
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2018 Google Inc.
3
+ * Copyright 2018 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
16
16
*/
17
17
18
18
const { spawn } = require ( 'child-process-promise' ) ;
19
- const { projectRoot : root } = require ( './constants ' ) ;
19
+ const { projectRoot : root } = require ( '../../utils ' ) ;
20
20
const ora = require ( 'ora' ) ;
21
21
22
22
exports . reinstallDeps = async ( ) => {
You can’t perform that action at this time.
0 commit comments