summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Sinclair2017-01-26 17:30:38 -0500
committerAdrian Sinclair2017-01-26 17:30:38 -0500
commit1df6c3584c8701a2cd89d441708bb3c7326aaf76 (patch)
treec269f001ed7a0744714058e9b95c0d868c3dd571 /PKGBUILD
parent41b161dbd2fda545d89fae74e7218f4fac06c18a (diff)
downloadaur-1df6c3584c8701a2cd89d441708bb3c7326aaf76.tar.gz
add eslint dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 361e903b25bd..23e38edc183a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Enforce best practices for JavaScript promises'
arch=('any')
url='https://github.com/xjamundx/eslint-plugin-promise'
license=('MIT')
-depends=('nodejs')
+depends=('nodejs' 'eslint')
makedepends=('npm')
source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)