Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use packlist to write node_module ignores #5363

Merged
merged 1 commit into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 323 additions & 1 deletion DEPENDENCIES.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/.eslintrc.local.json

This file was deleted.

15 changes: 9 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@
"url": "https://github.com/npm/cli.git",
"directory": "docs"
},
"devDependencies": {
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"mkdirp": "^1.0.4",
"yaml": "^1.10.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
"@npmcli/template-oss": "4.5.0",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"tap": "^16.0.1",
"which": "^2.0.2",
"yaml": "^1.10.0"
"which": "^2.0.2"
},
"author": "GitHub Inc.",
"license": "ISC",
Expand Down
Loading