Skip to content

Commit

Permalink
es6
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed May 11, 2020
1 parent c166cf6 commit 5b5f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*eslint-disable no-underscore-dangle*/

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

commons.grunt.config.initConfig(grunt, {
buildConfig: {
Expand Down

0 comments on commit 5b5f990

Please sign in to comment.