Comparing version 1.1.1 to 1.2.0
/* | ||
* Copyright 2015 Joyent, Inc. All rights reserved. | ||
* Copyright (c) 2017, Joyent, Inc. | ||
*/ | ||
@@ -75,3 +75,4 @@ | ||
*/ | ||
var UNIX_PLATFORMS = [ 'sunos', 'solaris', 'darwin', 'linux' ]; | ||
var UNIX_PLATFORMS = [ 'sunos', 'solaris', 'darwin', 'linux', 'openbsd', | ||
'netbsd', 'freebsd' ]; | ||
var USE_READLINE = (UNIX_PLATFORMS.indexOf(process.platform) === -1); | ||
@@ -78,0 +79,0 @@ |
{ | ||
"name": "progbar", | ||
"author": "Joshua M. Clulow <jmc@joyent.com>", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "terminal progress bar", | ||
@@ -16,3 +16,3 @@ "main": "./lib/progbar.js", | ||
"type": "git", | ||
"url": "git://github.com/jclulow/node-progbar.git" | ||
"url": "https://github.com/joyent/node-progbar.git" | ||
}, | ||
@@ -26,2 +26,6 @@ | ||
"devDependencies": { | ||
"jshint": "^2.7.0" | ||
}, | ||
"keywords": [ | ||
@@ -28,0 +32,0 @@ "progress", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16233
1
5
506