aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/npmsw-test.bb
blob: 721237bc6e8d6572d082b74b50dcfc8e966e7aef (plain)
1
2
3
4
5
6
7
inherit npm
LICENSE = "CLOSED"
SRC_URI = " \
    file://npm-local-link-sources/ \
    npmsw://${THISDIR}/${BPN}/npm-local-link-sources/inner/npm-shrinkwrap-v3.json \
"
S = "${WORKDIR}/npm-local-link-sources/inner"