Release v1.0.0: Image aggregation and catalog UI revamped

This commit is contained in:
Joxit 2019-01-09 22:56:05 +01:00
parent e6d9f11b83
commit 2f014c1d8f
30 changed files with 37 additions and 35 deletions

View file

@ -58,7 +58,7 @@ function appStatic() {
.pipe(license('agpl3', {
tiny: false,
project: 'docker-registry-ui',
year: '2016-2018',
year: '2016-2019',
organization: 'Jones Magloire @Joxit'
}))
.pipe(injectVersion())
@ -72,7 +72,7 @@ function app() {
.pipe(license('agpl3', {
tiny: false,
project: 'docker-registry-ui',
year: '2016-2018',
year: '2016-2019',
organization: 'Jones Magloire @Joxit'
}))
.pipe(injectVersion())
@ -94,7 +94,7 @@ function styles() {
.pipe(license('agpl3', {
tiny: false,
project: 'docker-registry-ui',
year: '2016-2018',
year: '2016-2019',
organization: 'Jones Magloire @Joxit'
}))
.pipe(gulp.dest('dist/'));