Merge pull request #8852 from atom/ns-mb-fix-apm-rebuild

Hotfix: Use bundled Node when running `apm rebuild` from within Atom
This commit is contained in:
Nathan Sobo
2015-09-18 15:18:11 -06:00

View File

@@ -6,6 +6,6 @@
"url": "https://github.com/atom/atom.git"
},
"dependencies": {
"atom-package-manager": "1.0.4"
"atom-package-manager": "1.0.5"
}
}