summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Guldner2020-12-14 22:33:04 +0100
committerGabriel Guldner2020-12-14 22:33:04 +0100
commit6381ce621bd66512f7c003405a934860d8fc8964 (patch)
treec54b2a7fb04363801cd56434adb16c90a307a278
parentf6d69ea659cd15e58349ff24d6d0def6ab88e58f (diff)
downloadaur-6381ce621bd66512f7c003405a934860d8fc8964.tar.gz
Remove npm
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d199b3d62282..6733898d420a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('AGPL3')
arch=('any')
depends=('nodejs>=10.12.0')
optdepends=('mariadb' 'postgresql')
-makedepends=('yarn' 'npm')
+makedepends=('yarn')
provides=($_pkgname)
conflicts=($_pkgname)
backup=('etc/wiki-js/config.yml')