Skip to content

Commit 3b6a8cb

Browse files
committed
+ /dist/package-lock.json
1 parent bf826cd commit 3b6a8cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gruntfile.js

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ module.exports = function(grunt) {
2727
{
2828
src: "./package.prod.json",
2929
dest: "./dist/package.json"
30+
},
31+
{
32+
src: "./package-lock.json",
33+
dest: "./dist/package-lock.json"
3034
}
3135
]
3236
}

0 commit comments

Comments
 (0)