Comparing version 5.0.0 to 5.0.1
@@ -9,3 +9,3 @@ 'use strict'; | ||
} else { | ||
wallpaper = require('./source/linux.js'); | ||
wallpaper = require('./source/linux/index.js'); | ||
} | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "wallpaper", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Manage the desktop wallpaper", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
'use strict'; | ||
const path = require('path'); | ||
const managers = require('./background-managers.js'); | ||
const managers = require('./background-managers/index.js'); | ||
@@ -5,0 +5,0 @@ let availableApps; |
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
2106970