UNPKG
vidcap
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.1.0
1.0.0
0.0.0
koma video capture.
vidcap
/
Gruntfile.js
11 lines
(10 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports =
function
(
grunt
)
{ grunt.
initConfig
({
pkg
: grunt.file.
readJSON
(
'package.json'
),
release
: {
options
: { } } }); grunt.
loadNpmTasks
(
'grunt-release'
); grunt.
registerTask
(
'default'
, [
'release:patch'
]); };