⬆️ first-mate and oniguruma again

This time with proper startup snapshotting.
This commit is contained in:
Max Brunsfeld
2017-04-19 17:39:00 -07:00
parent e022d4fa72
commit 0f3e65a9d6
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
"devtron": "1.3.0",
"event-kit": "^2.3.0",
"find-parent-dir": "^0.3.0",
"first-mate": "7.0.2",
"first-mate": "7.0.4",
"fs-plus": "^3.0.0",
"fstream": "0.1.24",
"fuzzaldrin": "^2.1",
@@ -48,7 +48,7 @@
"mock-spawn": "^0.2.6",
"normalize-package-data": "^2.0.0",
"nslog": "^3",
"oniguruma": "6.1.0",
"oniguruma": "6.2.1",
"pathwatcher": "7.0.0",
"postcss": "5.2.4",
"postcss-selector-parser": "2.2.1",

View File

@@ -48,7 +48,7 @@ module.exports = function (packagedAppPath) {
relativePath == path.join('..', 'node_modules', 'less', 'node_modules', 'graceful-fs', 'graceful-fs.js') ||
relativePath == path.join('..', 'node_modules', 'minimatch', 'minimatch.js') ||
relativePath == path.join('..', 'node_modules', 'superstring', 'index.js') ||
relativePath == path.join('..', 'node_modules', 'oniguruma', 'lib', 'oniguruma.js') ||
relativePath == path.join('..', 'node_modules', 'oniguruma', 'src', 'oniguruma.js') ||
relativePath == path.join('..', 'node_modules', 'request', 'index.js') ||
relativePath == path.join('..', 'node_modules', 'resolve', 'index.js') ||
relativePath == path.join('..', 'node_modules', 'resolve', 'lib', 'core.js') ||