Comparing version 1.1.0 to 1.2.0
@@ -25,2 +25,4 @@ var chalk = require('chalk'); | ||
return labels[l]; | ||
}).filter(function(l) { | ||
return !!l; | ||
}); | ||
@@ -27,0 +29,0 @@ }; |
{ | ||
"name": "playerui", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "minimalistic mediaplayer commandline ui", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,4 +8,7 @@ # playerui | ||
```javascript | ||
var ui = require('playerui'); | ||
var playerui = require('playerui'); | ||
// Initialize UI object | ||
var ui = playerui(); | ||
// add some labels | ||
@@ -12,0 +15,0 @@ ui.setLabel('source', 'Source', 'Ty Segall - Manipulator (Album)'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118431
86
38