Upgrade source-map used by coffeescript too

This commit is contained in:
David Glasser
2014-02-11 17:56:28 -08:00
parent d54aae78f8
commit 1eaf4a5501
2 changed files with 3 additions and 3 deletions

View File

@@ -4,10 +4,10 @@
"version": "1.6.3"
},
"source-map": {
"version": "0.1.24",
"version": "0.1.32",
"dependencies": {
"amdefine": {
"version": "0.0.5"
"version": "0.1.0"
}
}
}

View File

@@ -8,7 +8,7 @@ Package._transitional_registerBuildPlugin({
sources: [
'plugin/compile-coffeescript.js'
],
npmDependencies: {"coffee-script": "1.6.3", "source-map": "0.1.24"}
npmDependencies: {"coffee-script": "1.6.3", "source-map": "0.1.32"}
});
Package.on_test(function (api) {