Skip to content

Commit

Permalink
Merge pull request #22 from nessthehero/master
Browse files Browse the repository at this point in the history
Fix an issue where jshint yells at me.
  • Loading branch information
nessthehero authored Mar 28, 2017
2 parents 5928736 + 0a0e36a commit cd9c662
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = function(grunt) {
'use strict';

var configs = require('load-grunt-configs')(grunt, options);
var fs = require('fs');
var nconf = require('nconf');

// build a custom version of modernizr
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brei-grunt-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "BarkleyREI abstracted grunt tasks",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit cd9c662

Please sign in to comment.