Upgrade to tree-view@0.73.0

This commit is contained in:
Kevin Sawicki 2014-03-03 18:48:24 -08:00
parent 2a5f0e3c9f
commit 79bdde4f08
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
fs = require 'fs'
path = require 'path'
os = require 'os'
def test(arg: Type) = {
}
# Add support for obselete APIs of vm module so we can make some third-party
# modules work under node v0.11.x.
require 'vm-compatibility-layer'

View File

@ -91,7 +91,7 @@
"symbols-view": "0.41.0",
"tabs": "0.27.0",
"timecop": "0.16.0",
"tree-view": "0.72.0",
"tree-view": "0.73.0",
"update-package-dependencies": "0.4.0",
"welcome": "0.11.0",
"whitespace": "0.16.0",