Skip to content

Commit

Permalink
i always forget to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoma committed May 21, 2017
1 parent 87142cb commit e869271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js
Expand Up @@ -892,7 +892,7 @@ var Executable = function () {
}, {
key: 'searchPaths',
get: function get() {
return ['/usr/local/Cellar/python*/*/bin', (0, _path.join)((0, _os.homedir)(), 'anaconda*', 'bin'), '/usr/local/bin', '/usr/bin/', (0, _path.join)((0, _os.homedir)(), 'miniconda*', 'bin'), '/Library/Frameworks/Python.framework/Versions/*/bin/', '/System/Library/Frameworks/Python.framework/Versions/*/bin/', '/Python*', '/Python*/Scripts', (0, _path.join)((0, _os.homedir)(), 'Python*'), (0, _path.join)((0, _os.homedir)(), 'Python*', 'Scripts')].map(_path.normalize);
return ['/usr/local/Cellar/python*/*/bin', (0, _path.join)((0, _os.homedir)(), '*conda*'), (0, _path.join)((0, _os.homedir)(), '*conda*', 'bin'), (0, _path.join)((0, _os.homedir)(), '*conda*', 'Scripts'), '/usr/local/bin', '/usr/bin/', '/Library/Frameworks/Python.framework/Versions/*/bin/', '/System/Library/Frameworks/Python.framework/Versions/*/bin/', '/*conda*', '/*conda*/bin', '/*conda*/Scripts', '/*ython*', '/*ython*/Scripts', (0, _path.join)((0, _os.homedir)(), '*ython*'), (0, _path.join)((0, _os.homedir)(), '*ython*', 'Scripts')].map(_path.normalize);
}
}, {
key: 'searchExtensionsGlob',
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mcpyver",
"version": "0.0.4-beta.21",
"version": "0.0.4-beta.22",
"description": "Easily detect all of the Python versions on your machine",
"main": "dist/bundle.js",
"scripts": {
Expand Down

0 comments on commit e869271

Please sign in to comment.