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:
authorDaniel Park <gimli01@github.com>2021-05-24 00:08:19 +0300
committerGar <gar+gh@danger.computer>2021-05-27 22:42:39 +0300
commit3d5df0082ae904dacdea8644286e8362d4a2ed50 (patch)
tree2e571d1387b9e43b5924346fec56ae631bc55053 /.gitignore
parent7b56bfdf3f2ac67a926fc7893b883a16b46eb3fd (diff)
chore(ci): add input to cli deps pr workflow
Moves workflow to create NPM CLI dependency pull request from npm/node. Adds input to workflow dispatch trigger PR-URL: https://github.com/npm/cli/pull/3294 Credit: @gimli01 Close: #3294 Reviewed-by: @darcyclarke
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e704f5ad3..cbcf027f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ npm-debug.log
/coverage
/*.tgz
/.editorconfig
+.vscode/ \ No newline at end of file