Skip to content

Commit ef534e7

Browse files
0x-r4bbitwesleycho
authored andcommitted
Merged with 9054ad1
1 parent 4efc982 commit ef534e7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

gruntFile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module.exports = function (grunt) {
22

3-
grunt.loadNpmTasks('grunt-karma');
4-
grunt.loadNpmTasks('grunt-contrib-jshint');
5-
grunt.loadNpmTasks('grunt-conventional-changelog');
3+
require('load-grunt-tasks')(grunt);
64

75
// Default task.
86
grunt.registerTask('default', ['jshint', 'karma']);

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"grunt-conventional-changelog": "~1.0.0",
1515
"karma-jasmine": "~0.2.2",
1616
"karma-chrome-launcher": "~0.1.3",
17-
"karma-firefox-launcher": "~0.1.3"
17+
"karma-firefox-launcher": "~0.1.3",
18+
"load-grunt-tasks": "~0.2.0"
1819
},
1920
"scripts": {},
2021
"repository": {

0 commit comments

Comments
 (0)