Add package-lock and ignore it in prepare

This commit is contained in:
Vadim Makeev 2017-07-20 15:57:54 +03:00
parent 67a5dae448
commit d4a06032aa
2 changed files with 5506 additions and 1 deletions

View File

@ -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,

5504
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff