ScoopInstaller_Main/psake.json
Roy Ivy III 97a621593c BOM cleanup
* 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.
2015-08-17 22:57:15 -05:00

9 lines
276 B
JSON

{
"version": "4.4.1",
"url": "http://nuget.org/api/v2/package/psake/4.4.1#.zip",
"homepage": "https://github.com/psake/psake",
"hash": "7a1330ed66d1c664a3e64c5c8d27d7e6acf70f9b402c6c63814cc268bbe5cf0c",
"bin": "psake.ps1",
"extract_dir": "tools"
}