Add package-lock and ignore it in prepare
This commit is contained in:
parent
67a5dae448
commit
d4a06032aa
|
@ -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,
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue