Skip to content

Commit

Permalink
Merge pull request #5887 from vaikas/npm-lodash
Browse files Browse the repository at this point in the history
Add new npm lodash package v4.17.21.
  • Loading branch information
vaikas authored Sep 24, 2023
2 parents 2fcf309 + 53fdc8a commit d9ffff8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions npm-lodash-compat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
package:
name: npm-lodash-compat
version: 4.17.21
epoch: 0
description: "A modern JavaScript utility library delivering modularity, performance & extras"
copyright:
- license: MIT

environment:
contents:
packages:
- bash
- build-base
- busybox
- ca-certificates-bundle
- nodejs

pipeline:
- name: npm install
runs: |
npm install -g lodash@${{package.version}}
mkdir -p ${{targets.destdir}}/usr/local/lib/node_modules/lodash/
cp -R /usr/local/lib/node_modules/lodash/* ${{targets.destdir}}/usr/local/lib/node_modules/lodash/
- uses: strip

update:
enabled: true
release-monitor:
identifier: 2374

0 comments on commit d9ffff8

Please sign in to comment.