]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update package.json 5498/head
authorJames Fuller <jblotus@gmail.com>
Fri, 12 Oct 2012 00:30:04 +0000 (21:30 -0300)
committerJames Fuller <jblotus@gmail.com>
Fri, 12 Oct 2012 00:30:04 +0000 (21:30 -0300)
when building using Makefile, dependency for hogan.js needs to be installed

package.json

index f0be5d5f4264f09576b50d86a30807523bb35237..9296c19dac5ed37c182d49d23f663887525b77b1 100644 (file)
@@ -21,5 +21,6 @@
     , "jshint": "0.6.1"
     , "recess": "1.0.3"
     , "connect": "2.1.3"
+    , "hogan.js": "2.0.0"
   }
 }
\ No newline at end of file