diff --git a/types/lodash/scripts/generate-all.sh b/types/lodash/scripts/generate-all.sh old mode 100644 new mode 100755 index a07bf37932..0d4370e876 --- a/types/lodash/scripts/generate-all.sh +++ b/types/lodash/scripts/generate-all.sh @@ -1,6 +1,6 @@ +#!/usr/bin/env bash # If some one want to update lodash modules, you must run this script under the same dir where it lives. # Or you can run them(generate-modules.ts) separately by hand -#!/usr/bin/env bash npm i ts-node -g diff --git a/types/lodash/scripts/generate-modules.ts b/types/lodash/scripts/generate-modules.ts index 4e8cf03fcf..5ebc87e1e5 100644 --- a/types/lodash/scripts/generate-modules.ts +++ b/types/lodash/scripts/generate-modules.ts @@ -53,7 +53,7 @@ async function globalDefinitionText(moduleName: string): Promise { return ` // Type definitions for ${fullName} ${majorMinor} -// Project: http://lodash.com/ +// Project: https://lodash.com // Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8