You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@
78
78
"all": "Run all scripts (1 till 5) on all modules. Requires a lot of time and storage space!",
79
79
"createModuleList": "Script 1: Convert the official module list from the wiki into a json file.",
80
80
"updateRepositoryData": "Script 2: Update the JSON file that collects the GitHub information of the modules.",
81
-
"getModules": "Script 3: Get all modules with `git cone`. Requires a lot of time and storage space!",
81
+
"getModules": "Script 3: Get all modules with `git clone`. Requires a lot of time and storage space!",
82
82
"expandModuleList": "Script 4: Extend the module list with information from the package.json. And get an image if one is available and the license is okay.",
83
83
"checkModulesJs": "Script 5: Perform some checks with a js script.",
84
84
"checkModules": "Script 6: Perform some checks with a python script.",
0 commit comments