Skip to content

Commit

Permalink
Merge pull request #5888 from vaikas/npm-async
Browse files Browse the repository at this point in the history
Add new npm async package 3.2.4.
  • Loading branch information
vaikas authored Sep 24, 2023
2 parents 4a998ff + 4bba7c8 commit 2fcf309
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions npm-async-compat.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2fcf309

Please sign in to comment.