mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Less plugin no longer need lru-cache
Because it subclasses the caching compiler that already loads it.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user