aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-05-18 22:25:49 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-05-18 22:40:42 +0200
commit25407dcaf5b103ea1055225be502127a34001adc (patch)
treef8562426f3d0b7192ef180028a8a7d4ce6d299da /build
parent5e028c76f4486ea0814ca71f75459ed934dd13eb (diff)
downloadjquery-25407dcaf5b103ea1055225be502127a34001adc.tar.gz
jquery-25407dcaf5b103ea1055225be502127a34001adc.zip
Build: Update eslint-config-jquery, fix linting violations
Closes gh-4696 Ref jquery/eslint-config-jquery#15 Ref jquery/eslint-config-jquery#16 (cherry picked from commit ef4d6ca6c3a1b276fedc27b1f3a18823276f01a3)
Diffstat (limited to 'build')
-rw-r--r--build/release/dist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/dist.js b/build/release/dist.js
index 3071e466e..2f9078d8c 100644
--- a/build/release/dist.js
+++ b/build/release/dist.js
@@ -110,7 +110,7 @@ module.exports = function( Release, files, complete ) {
await fs.writeFile( `${ Release.dir.dist }/bower.json`, generateBower() );
await fs.writeFile( `${ Release.dir.dist }/README.md`,
- editReadme( readme, blogPostLink ) );
+ editReadme( readme, blogPostLink ) );
console.log( "Files ready to add." );
}