diff --git a/.distignore b/.distignore index 4e4b38594..704a7c270 100644 --- a/.distignore +++ b/.distignore @@ -10,6 +10,7 @@ tests .eslintrc.json .gitattributes .gitignore +.nvmrc package-lock.json package.json composer.json diff --git a/Gruntfile.js b/Gruntfile.js index f1a57576d..5a82ebb36 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,6 +38,7 @@ module.exports = function( grunt ) { '!.eslintignore', '!.eslintrc.json', '!*.zip', + '!.nvmrc', ], dest: 'package/generateblocks/', },