Updated for Transfer.sh v1.3.0
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user