[Fixes #52] image-date tag was missing in static version => v0.5.1

This commit is contained in:
Joxit 2018-11-23 22:19:42 +01:00
parent 2f5e0dd307
commit 09b77201be
4 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -30,7 +30,8 @@ const staticTags = [
'src/tags/copy-to-clipboard.tag',
'src/tags/remove-image.tag',
'src/tags/image-size.tag',
'src/tags/image-tag.tag'
'src/tags/image-tag.tag',
'src/tags/image-date.tag'
];
const staticScripts = [

View file

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},