Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db3f1ff

Browse files
author
Vasil Chimev
authored
refactor: postinstall script (#39)
* refactor: postinstall script * chore: update package.json * refactor: address comments * refactor: configureDevDependencies function
1 parent a3c852f commit db3f1ff

File tree

11 files changed

+140
-607
lines changed

11 files changed

+140
-607
lines changed

‎.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ node_modules
33
*.tgz
44
**/*.js
55
**/*.map
6-
postinstall.d.ts
76
e2e/reports
87
.vscode

‎lib/package-json-helper.d.ts‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎lib/package-json-helper.js‎

Lines changed: 0 additions & 75 deletions
This file was deleted.

‎lib/package-json-helper.ts‎

Lines changed: 0 additions & 82 deletions
This file was deleted.

‎lib/utils.d.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { Direction } from "./direction";
44
export declare function resolve(mainPath: any, ...args: any[]): any;
55
export declare function fileExists(p: any): boolean;
66
export declare function isFile(fullName: any): boolean;
7-
export declare function executeNpmInstall(cwd: any): void;
87
export declare function copy(src: any, dest: any, verbose: any): any;
98
export declare function contains(source: any, check: any): boolean;
109
export declare function searchFiles(folder: any, words: any, recursive?: boolean, files?: any[]): Array<string>;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /