Created
August 21, 2014 01:32
-
-
Save nasser/8c4c6538f3da6dc6a487 to your computer and use it in GitHub Desktop.
Patch to atom shell to get it to compile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/package.json b/package.json | |
index f3edb8f..2927bac 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -10,7 +10,6 @@ | |
], | |
"devDependencies": { | |
- "atom-package-manager": "0.89.0", | |
"coffee-script": "~1.7.1", | |
"coffeelint": "~1.3.0" | |
}, | |
diff --git a/script/bootstrap.py b/script/bootstrap.py | |
index 443a476..e4e9734 100755 | |
--- a/script/bootstrap.py | |
+++ b/script/bootstrap.py | |
@@ -72,7 +72,7 @@ def update_atom_modules(dirname): | |
if sys.platform in ['win32', 'cygwin']: | |
apm = os.path.join(SOURCE_ROOT, 'node_modules', 'atom-package-manager', | |
'bin', 'apm.cmd') | |
- execute([apm, 'install']) | |
+ execute([NPM, 'install']) | |
def update_win32_python(): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment