mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-09 05:06:18 +10:00
Fix syntax errors
A previous commit missed some commas.
This commit is contained in:
@@ -23,16 +23,16 @@ var DefaultFiles = []string{
|
||||
".gitattributes",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
".eslintrc.js"
|
||||
".eslintrc.js",
|
||||
".eslintignore",
|
||||
".npmignore"
|
||||
".npmignore",
|
||||
".jshintrc",
|
||||
".flowconfig",
|
||||
".documentup.json",
|
||||
".yarn-metadata.json",
|
||||
".travis.yml",
|
||||
"circle.yml",
|
||||
".coveralls.yml"
|
||||
".coveralls.yml",
|
||||
"CHANGES",
|
||||
"LICENSE.txt",
|
||||
"LICENSE",
|
||||
@@ -60,7 +60,7 @@ var DefaultDirectories = []string{
|
||||
"examples",
|
||||
"coverage",
|
||||
".nyc_output",
|
||||
".circleci"
|
||||
".circleci",
|
||||
}
|
||||
|
||||
// DefaultExtensions pruned.
|
||||
|
||||
Reference in New Issue
Block a user