diff --git a/npm-async-compat.yaml b/npm-async-compat.yaml new file mode 100644 index 00000000000..98ff9eeac7d --- /dev/null +++ b/npm-async-compat.yaml @@ -0,0 +1,30 @@ +package: + name: npm-async-compat + version: 3.2.4 + epoch: 0 + description: "Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript" + copyright: + - license: MIT + +environment: + contents: + packages: + - bash + - build-base + - busybox + - ca-certificates-bundle + - nodejs + +pipeline: + - name: npm install + runs: | + npm install -g async@${{package.version}} + mkdir -p ${{targets.destdir}}/usr/local/lib/node_modules/async/ + cp -R /usr/local/lib/node_modules/async/* ${{targets.destdir}}/usr/local/lib/node_modules/async/ + + - uses: strip + +update: + enabled: true + release-monitor: + identifier: 2375