Updated for Transfer.sh v1.3.0

This commit is contained in:
2021-11-18 21:39:00 +01:00
parent ca20cdcfd9
commit e072470ccf
30 changed files with 11243 additions and 1128 deletions

View File

@@ -242,8 +242,15 @@ module.exports = function (grunt) {
}
},
'npm-command': {
'videojs-update': {
options: {
cmd: 'update',
cwd: '<%= yeoman.app %>/bower_components/videojs/'
}
},
'videojs-install': {
options: {
cmd: 'install',
cwd: '<%= yeoman.app %>/bower_components/videojs/'
}
},