Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@github.com>2022-01-11 22:56:14 +0300
committerGitHub <noreply@github.com>2022-01-11 22:56:14 +0300
commitaa538df4c19f46d2e24e2635d1214176c662fcea (patch)
treec12a37177b00823388bb7bfe3d30bdec59af2434 /workspaces/libnpmpack
parent5a87d190f38af9f2f98084d9b476184dbcaf1429 (diff)
fix: added arborist action and updated template-oss (#4215)
- updated template-oss and manually added arborist ci - updated arborist ci to include path - fixed workspace reference and upgraded template-oss - upgraded template-oss properly
Diffstat (limited to 'workspaces/libnpmpack')
-rw-r--r--workspaces/libnpmpack/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 4a1ebc24f..dad28c398 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -27,6 +27,7 @@
"check-coverage": true
},
"devDependencies": {
+ "@npmcli/template-oss": "^2.4.2",
"nock": "^13.0.7",
"tap": "^15.0.0"
},
@@ -45,6 +46,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
- "version": "2.4.1"
+ "version": "2.4.3"
}
}