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', () => { ...@@ -21,7 +21,8 @@ gulp.task('prepare', () => {
'!LICENSE.md', '!LICENSE.md',
'!README.md', '!README.md',
'!gulpfile.js', '!gulpfile.js',
'!package.json' '!package.json',
'!package-lock.json'
]) ])
.pipe(replace( .pipe(replace(
/(<link rel="stylesheet" href=")(node_modules\/shower-)([^\/]*)\/(.*\.css">)/g, /(<link rel="stylesheet" href=")(node_modules\/shower-)([^\/]*)\/(.*\.css">)/g,
......
This diff is collapsed.
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