Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 9824c1d

Browse files
committed
chore: fix grunt (load auto-release task)
1 parent e2ef163 commit 9824c1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gruntfile.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module.exports = (grunt) ->
5555
grunt.loadNpmTasks 'grunt-contrib-jshint'
5656
grunt.loadNpmTasks 'grunt-npm'
5757
grunt.loadNpmTasks 'grunt-bump'
58+
grunt.loadNpmTasks 'grunt-auto-release'
5859

5960
grunt.registerTask 'default', ['jshint', 'test']
6061
grunt.registerTask 'test', ['simplemocha:unit']

0 commit comments

Comments
 (0)