Commit d4a06032 authored by Vadim Makeev's avatar Vadim Makeev

Add package-lock and ignore it in prepare

parent 67a5dae4
......@@ -21,7 +21,8 @@ gulp.task('prepare', () => {
'!LICENSE.md',
'!README.md',
'!gulpfile.js',
'!package.json'
'!package.json',
'!package-lock.json'
])
.pipe(replace(
/(<link rel="stylesheet" href=")(node_modules\/shower-)([^\/]*)\/(.*\.css">)/g,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment