Comparing version 2.1.0 to 2.1.1
@@ -5,3 +5,3 @@ 'use strict'; | ||
const pify = require('pify'); | ||
const cp = pify.all(childProcess); | ||
const cp = pify(childProcess); | ||
@@ -8,0 +8,0 @@ const appsList = [ |
{ | ||
"name": "wallpaper", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Get or set the desktop wallpaper", | ||
@@ -36,3 +36,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"pify": "^2.2.0" | ||
"pify": "^2.3.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
@@ -51,2 +51,4 @@ # wallpaper [![Build Status](https://travis-ci.org/sindresorhus/wallpaper.svg?branch=master)](https://travis-ci.org/sindresorhus/wallpaper) [![Build status](https://ci.appveyor.com/api/projects/status/xhwaihmhhplh5d05/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/wallpaper/branch/master) | ||
- [wallpaper-cli](https://github.com/sindresorhus/wallpaper-cli) - CLI for this module | ||
- [osx-wallpaper](https://github.com/sindresorhus/osx-wallpaper) - OS X binary used in this module | ||
- [win-wallpaper](https://github.com/sindresorhus/win-wallpaper) - Windows binary used in this module | ||
@@ -56,2 +58,2 @@ | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) |
Sorry, the diff of this file is not supported yet
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
33216
58
Updatedpify@^2.3.0