summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92a8e1802696..7614c497f118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ arch=('any')
url="https://github.com/less/less-plugin-clean-css"
license=('MIT')
depends=(
- 'nodejs'
+ 'nodejs'
'npm'
+ 'nodejs-less'
'nodejs-clean-css'
)
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)