diff --git a/packages/caching-compiler/.npm/package/.gitignore b/packages/caching-compiler/.npm/package/.gitignore deleted file mode 100644 index 3c3629e647..0000000000 --- a/packages/caching-compiler/.npm/package/.gitignore +++ /dev/null @@ -1 +0,0 @@ -node_modules diff --git a/packages/caching-compiler/.npm/package/README b/packages/caching-compiler/.npm/package/README deleted file mode 100644 index 3d492553a4..0000000000 --- a/packages/caching-compiler/.npm/package/README +++ /dev/null @@ -1,7 +0,0 @@ -This directory and the files immediately inside it are automatically generated -when you change this package's NPM dependencies. Commit the files in this -directory (npm-shrinkwrap.json, .gitignore, and this README) to source control -so that others run the same versions of sub-dependencies. - -You should NOT check in the node_modules directory that Meteor automatically -creates; if you are using git, the .gitignore file tells git to ignore it. diff --git a/packages/caching-compiler/.npm/package/npm-shrinkwrap.json b/packages/caching-compiler/.npm/package/npm-shrinkwrap.json deleted file mode 100644 index 6b16d0b092..0000000000 --- a/packages/caching-compiler/.npm/package/npm-shrinkwrap.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "lockfileVersion": 1, - "dependencies": { - "lru-cache": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.6.4.tgz", - "integrity": "sha1-JnUZDM0bBwHsL2UqTQ09QA12wN0=" - } - } -} diff --git a/packages/caching-compiler/package.js b/packages/caching-compiler/package.js index 3d7cb0b083..1ae94aa309 100644 --- a/packages/caching-compiler/package.js +++ b/packages/caching-compiler/package.js @@ -5,10 +5,6 @@ Package.describe({ documentation: 'README.md' }); -Npm.depends({ - 'lru-cache': '2.6.4', -}); - Package.onUse(function(api) { api.use(['ecmascript', 'random']); api.addFiles(['caching-compiler.js'], 'server'); diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index e564b87bb0..e0bef526ae 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -53,7 +53,7 @@ var packageJson = { multipipe: "2.0.1", pathwatcher: "7.1.1", optimism: "0.6.3", - 'lru-cache': '4.1.1' + 'lru-cache': '4.1.3' } };