@makano/rew 1.2.1 → 1.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -361,7 +361,7 @@ module.exports = {
361
361
  if(json.packages) Object.keys(json.packages).forEach(name => log(name)) || log(`${Object.keys(json.packages).length} Packages in ${key}`, ':end');
362
362
  else log('None'.blue, ':end')
363
363
  } else {
364
- console.log(Object.keys(repos).join('\n'));
364
+ console.log(Object.keys(confInstance.getAll()).join('\n'));
365
365
  }
366
366
  } else if (command === 'delete') {
367
367
  confInstance.remove('repos');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makano/rew",
3
- "version": "1.2.1",
3
+ "version": "1.2.12",
4
4
  "description": "A simple coffescript runtime and app manager",
5
5
  "main": "lib/rew/main.js",
6
6
  "directories": {