Merge pull request #17907 from atom/tt-18-aug-bump-metrics-again

⬆️ metrics 1.6.2
This commit is contained in:
Tilde Ann Thurium
2018-08-23 16:52:37 -07:00
committed by GitHub
3 changed files with 197 additions and 529 deletions

721
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -118,7 +118,7 @@
"link": "https://www.atom.io/api/packages/link/versions/0.31.4/tarball",
"markdown-preview": "https://www.atom.io/api/packages/markdown-preview/versions/0.159.23/tarball",
"marked": "^0.3.12",
"metrics": "https://www.atom.io/api/packages/metrics/versions/1.6.1/tarball",
"metrics": "https://www.atom.io/api/packages/metrics/versions/1.6.2/tarball",
"minimatch": "^3.0.3",
"mocha": "2.5.1",
"mocha-junit-reporter": "^1.13.0",
@@ -213,7 +213,7 @@
"line-ending-selector": "0.7.7",
"link": "0.31.4",
"markdown-preview": "0.159.23",
"metrics": "1.6.1",
"metrics": "1.6.2",
"notifications": "0.70.5",
"open-on-github": "1.3.1",
"package-generator": "1.3.0",

View File

@@ -59,6 +59,7 @@ module.exports = function (packagedAppPath) {
requiredModuleRelativePath === path.join('..', 'node_modules', 'spellchecker', 'lib', 'spellchecker.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', 'spelling-manager', 'node_modules', 'natural', 'lib', 'natural', 'index.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', 'tar', 'tar.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', 'ls-archive', 'node_modules', 'tar', 'tar.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', 'temp', 'lib', 'temp.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', 'tmp', 'lib', 'tmp.js') ||
requiredModuleRelativePath === path.join('..', 'node_modules', 'tree-sitter', 'index.js') ||