Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2014-09-25 18:57:31 +0400
committerXhmikosR <xhmikosr@gmail.com>2014-09-25 19:04:32 +0400
commita31b95edb3c1ce5811123279a3b7d3f44f84fcbb (patch)
treed84b8e268058c7ab17875eee0bdd0dfb2d4b4d89 /test
parentaa64de3c46189be38521cd9fa884ab71b1bd8a23 (diff)
Update JSHint's options.
Diffstat (limited to 'test')
-rw-r--r--test/bootlint_test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bootlint_test.js b/test/bootlint_test.js
index d1a136b..7654c5c 100644
--- a/test/bootlint_test.js
+++ b/test/bootlint_test.js
@@ -1,7 +1,6 @@
'use strict';
var grunt = require('grunt');
-var path = require('path');
/*
======== A Handy Little Nodeunit Reference ========