mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
* remove BOM from all repo files that contain one * changes all files to utf-8 (specifically, utf-8 *without* BOM) * improves compliance with ".editorconfig" .# Discussion This is an example of the semi-invisible changes which can creep into patches via various editors. Any such changes are *very* difficult to figure out from a diff output and just add visual noise to commits. Hence, ".editorconfig" (added in a previous commit) is used to minimize this kind of confusing patch noise.
11 lines
438 B
JSON
11 lines
438 B
JSON
{
|
|
"version": "v0.1.1-alpha",
|
|
"license": "https://raw.githubusercontent.com/deevus/CsvToSql/master/UNLICENSE.txt",
|
|
"url": "https://github.com/deevus/CsvToSql/archive/v0.1.1-alpha.zip",
|
|
"depends": "gow",
|
|
"homepage": "https://github.com/deevus/CsvToSql",
|
|
"hash": "eb248d286cf5fd06c8ff99d527759e153513396baf08f0398a6d34fa1cba1116",
|
|
"bin": "ConvertCsvTo-Sql.ps1",
|
|
"extract_dir": "CsvToSql-0.1.1-alpha"
|
|
}
|