atom-package-manager
Advanced tools
Comparing version 0.116.0 to 0.117.0
@@ -117,3 +117,3 @@ (function() { | ||
var _ref; | ||
return (_ref = process.env.ATOM_NODE_VERSION) != null ? _ref : '0.18.0'; | ||
return (_ref = process.env.ATOM_NODE_VERSION) != null ? _ref : '0.20.0'; | ||
}, | ||
@@ -120,0 +120,0 @@ getNodeArch: function() { |
@@ -32,3 +32,3 @@ (function() { | ||
this.directoryMappings = { | ||
'Preferences': 'scoped-properties', | ||
'Preferences': 'settings', | ||
'Snippets': 'snippets', | ||
@@ -244,3 +244,3 @@ 'Syntaxes': 'grammars' | ||
preferencesBySelector = {}; | ||
destination = path.join(this.destinationPath, 'scoped-properties'); | ||
destination = path.join(this.destinationPath, 'settings'); | ||
_ref = fs.readdirSync(sourcePreferences); | ||
@@ -247,0 +247,0 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) { |
{ | ||
"name": "atom-package-manager", | ||
"description": "Atom package manager", | ||
"version": "0.116.0", | ||
"version": "0.117.0", | ||
"licenses": [ | ||
@@ -6,0 +6,0 @@ { |
@@ -5,2 +5,2 @@ # __package-name__ package | ||
![A screenshot of your spankin' package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif) | ||
![A screenshot of your package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif) |
Sorry, the diff of this file is not supported yet
232076