summaryrefslogtreecommitdiff
path: root/blubber.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'blubber.example.yaml')
-rw-r--r--blubber.example.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/blubber.example.yaml b/blubber.example.yaml
index 80eddc3..25df24e 100644
--- a/blubber.example.yaml
+++ b/blubber.example.yaml
@@ -15,7 +15,7 @@ variants:
apt:
packages: [libjpeg-dev, libyaml-dev]
node:
- dependencies: true
+ requirements: [package.json, package-lock.json]
python:
requirements: [requirements.txt]
builder: [make, -f, Makefile]