Skip to content

Commit 5b5f990

Browse files
committed
es6
1 parent c166cf6 commit 5b5f990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/*eslint-disable no-underscore-dangle*/
66

77
module.exports = function (grunt) {
8-
var commons = require('js-project-commons');
8+
const commons = require('js-project-commons');
99

1010
commons.grunt.config.initConfig(grunt, {
1111
buildConfig: {

0 commit comments

Comments
 (0)