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
diff options
context:
space:
mode:
authorZac Echola <zac.echola@gmail.com>2014-07-26 08:49:22 +0400
committerZac Echola <zac.echola@gmail.com>2014-07-26 08:49:22 +0400
commit1020631aa8b58560efdcd9da900372f86617a169 (patch)
tree8baf9e992f6f4a36c93ebc31d12171d2eed7b366 /package.json
parentf52415bdb2b1569bbfc5a09e1133d48a5cbd0c86 (diff)
require bootlint
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9a50e0a..236d24d 100644
--- a/package.json
+++ b/package.json
@@ -37,5 +37,8 @@
},
"keywords": [
"gruntplugin"
- ]
-} \ No newline at end of file
+ ],
+ "dependencies": {
+ "bootlint": "^0.1.1"
+ }
+}