Bump biscotto one last time

This commit is contained in:
Garen Torikian
2013-04-18 18:51:23 -07:00
parent 5ee388cede
commit df528f954b
2 changed files with 6 additions and 1 deletions

View File

@@ -127,6 +127,11 @@ namespace :docs do
task :stats do
system %{./node_modules/biscotto/bin/biscotto --statsOnly src/app/}
end
desc "Show which docs are missing"
task :missing do
system %{./node_modules/biscotto/bin/biscotto --listMissing src/app/}
end
end
end

View File

@@ -22,7 +22,7 @@
},
"devDependencies" : {
"biscotto" : "0.0.7"
"biscotto" : "0.0.8"
},
"private": true,