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
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json
index 67186eb38..be36f202f 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -13,8 +13,8 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
- "jsdom": "^18.1.0",
"cmark-gfm": "^0.9.0",
+ "jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"yaml": "^1.10.0"
}