diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-18 22:25:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 22:25:49 +0200 |
commit | ef4d6ca6c3a1b276fedc27b1f3a18823276f01a3 (patch) | |
tree | 6c82db4feb714fce8672a9b2354bfa1624de73fc /build | |
parent | d96111e18b42ae1bc7def72a8a0d156ea39e4d0e (diff) | |
download | jquery-ef4d6ca6c3a1b276fedc27b1f3a18823276f01a3.tar.gz jquery-ef4d6ca6c3a1b276fedc27b1f3a18823276f01a3.zip |
Build: Update eslint-config-jquery, fix linting violations
Closes gh-4696
Ref jquery/eslint-config-jquery#15
Ref jquery/eslint-config-jquery#16
Diffstat (limited to 'build')
-rw-r--r-- | build/release/dist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/dist.js b/build/release/dist.js index 65e8d0eb0..c8f7116bd 100644 --- a/build/release/dist.js +++ b/build/release/dist.js @@ -106,7 +106,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." ); } |