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:
authorisaacs <i@izs.me>2020-10-23 22:03:54 +0300
committerisaacs <i@izs.me>2020-10-23 22:03:54 +0300
commit77ad86b5eedf139dda3329a6686d5f104dc233bb (patch)
tree85d8f519a482938e358f824e92a1481c20d4287f /docs/package.json
parentab22c43a6a5ddcd9b59eb3df3db4e1a0dffdcaaa (diff)
Merge docs deps with main project
This also reduces the publish file size rather considerably.
Diffstat (limited to 'docs/package.json')
-rw-r--r--docs/package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/package.json b/docs/package.json
deleted file mode 100644
index 8898ece46..000000000
--- a/docs/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "npm-cli-docs",
- "description": "npm cli documentation",
- "version": "0.1.0",
- "scripts": {
- "build": "node dockhand"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/npm/cli"
- },
- "dependencies": {
- "cmark-gfm": "^0.8.3",
- "jsdom": "^16.4.0",
- "yaml": "^1.10.0"
- }
-}