mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Bump biscotto one last time
This commit is contained in:
5
Rakefile
5
Rakefile
@@ -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
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
|
||||
"devDependencies" : {
|
||||
"biscotto" : "0.0.7"
|
||||
"biscotto" : "0.0.8"
|
||||
},
|
||||
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user