diff --git a/gruntfile.js b/gruntfile.js index 30bdece..991de9b 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -27,6 +27,10 @@ module.exports = function(grunt) { { src: "./package.prod.json", dest: "./dist/package.json" + }, + { + src: "./package-lock.json", + dest: "./dist/package-lock.json" } ] }