We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c166cf6 commit 5b5f990Copy full SHA for 5b5f990
Gruntfile.js
@@ -5,7 +5,7 @@
5
/*eslint-disable no-underscore-dangle*/
6
7
module.exports = function (grunt) {
8
- var commons = require('js-project-commons');
+ const commons = require('js-project-commons');
9
10
commons.grunt.config.initConfig(grunt, {
11
buildConfig: {
0 commit comments