Skip to content

Commit

Permalink
Use const instead of var in require
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoazevedos committed Aug 12, 2016
1 parent 788a648 commit 6d21a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var elixir = require('laravel-elixir');
const elixir = require('laravel-elixir');

require('laravel-elixir-vue');

Expand Down

0 comments on commit 6d21a74

Please sign in to comment.