Less plugin no longer need lru-cache

Because it subclasses the caching compiler that already loads it.
This commit is contained in:
Slava Kim
2015-07-21 10:53:51 -07:00
parent f8beb3c5ed
commit 807be08456

View File

@@ -13,8 +13,7 @@ Package.registerBuildPlugin({
],
npmDependencies: {
// Fork of 2.5.0, deleted large unused files in dist directory.
"less": "https://github.com/meteor/less.js/tarball/8130849eb3d7f0ecf0ca8d0af7c4207b0442e3f6",
"lru-cache": "2.6.4"
"less": "https://github.com/meteor/less.js/tarball/8130849eb3d7f0ecf0ca8d0af7c4207b0442e3f6"
}
});