Remove lru-cache dependency from stylus

This commit is contained in:
Slava Kim
2015-07-21 11:00:13 -07:00
parent 807be08456
commit 06e38be848

View File

@@ -11,8 +11,7 @@ Package.registerBuildPlugin({
],
npmDependencies: {
stylus: "https://github.com/meteor/stylus/tarball/d4352c9cb4056faf238e6bd9f9f2172472b67c5b", // fork of 0.51.1
nib: "1.1.0",
"lru-cache": "2.6.4"
nib: "1.1.0"
}
});