Skip to content

Commit 8a743b6

Browse files
committed
chore(docs): docs cleanup
chore(docs): change chmod markdown files chore(docs): update gitignore
1 parent 5a60d14 commit 8a743b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ npm-debug.log
1212
/docs/.cache/
1313
/docs/node_modules/
1414
/man/
15-
/doc/*/npm-index.md
1615
/npmrc
1716
/release/
1817
/npm-*.tgz
@@ -25,3 +24,4 @@ npm-debug.log
2524
.nyc_output
2625
/test/npm_cache*
2726
/node_modules/.cache
27+
.DS_Store

docs/content/cli-commands/npm-access.md

100755100644
File mode changed.

docs/content/cli-commands/npm-adduser.md

100755100644
File mode changed.

docs/content/cli-commands/npm-audit.md

100755100644
File mode changed.

docs/content/cli-commands/npm-bin.md

100755100644
File mode changed.

docs/content/cli-commands/npm-bugs.md

100755100644
File mode changed.

docs/content/cli-commands/npm-build.md

100755100644
File mode changed.

docs/content/cli-commands/npm-bundle.md

100755100644
File mode changed.

docs/content/cli-commands/npm-cache.md

100755100644
File mode changed.

docs/content/cli-commands/npm-ci.md

100755100644
File mode changed.

docs/content/cli-commands/npm-completion.md

100755100644
File mode changed.

docs/content/cli-commands/npm-config.md

100755100644
File mode changed.

docs/content/cli-commands/npm-dedupe.md

100755100644
File mode changed.

docs/content/cli-commands/npm-deprecate.md

100755100644
File mode changed.

docs/content/cli-commands/npm-dist-tag.md

100755100644
File mode changed.

docs/content/cli-commands/npm-docs.md

100755100644
File mode changed.

docs/content/cli-commands/npm-doctor.md

100755100644
File mode changed.

docs/content/cli-commands/npm-edit.md

100755100644
File mode changed.

docs/content/cli-commands/npm-explore.md

100755100644
File mode changed.

docs/content/cli-commands/npm-help-search.md

100755100644
File mode changed.

docs/content/cli-commands/npm-help.md

100755100644
File mode changed.

docs/content/cli-commands/npm-hook.md

100755100644
File mode changed.

docs/content/cli-commands/npm-init.md

100755100644
File mode changed.

docs/content/cli-commands/npm-install-ci-test.md

100755100644
File mode changed.

docs/content/cli-commands/npm-install-test.md

100755100644
File mode changed.

docs/content/cli-commands/npm-install.md

100755100644
File mode changed.

docs/content/cli-commands/npm-link.md

100755100644
File mode changed.

docs/content/cli-commands/npm-logout.md

100755100644
File mode changed.

docs/content/cli-commands/npm-ls.md

100755100644
File mode changed.

docs/content/cli-commands/npm-org.md

100755100644
File mode changed.

docs/content/cli-commands/npm-outdated.md

100755100644
File mode changed.

docs/content/cli-commands/npm-owner.md

100755100644
File mode changed.

docs/content/cli-commands/npm-pack.md

100755100644
File mode changed.

docs/content/cli-commands/npm-ping.md

100755100644
File mode changed.

docs/content/cli-commands/npm-prefix.md

100755100644
File mode changed.

docs/content/cli-commands/npm-profile.md

100755100644
File mode changed.

docs/content/cli-commands/npm-prune.md

100755100644
File mode changed.

docs/content/cli-commands/npm-publish.md

100755100644
File mode changed.

docs/content/cli-commands/npm-rebuild.md

100755100644
File mode changed.

docs/content/cli-commands/npm-repo.md

100755100644
File mode changed.

docs/content/cli-commands/npm-restart.md

100755100644
File mode changed.

docs/content/cli-commands/npm-root.md

100755100644
File mode changed.

docs/content/cli-commands/npm-run-script.md

100755100644
File mode changed.

docs/content/cli-commands/npm-search.md

100755100644
File mode changed.

docs/content/cli-commands/npm-shrinkwrap.md

100755100644
File mode changed.

docs/content/cli-commands/npm-star.md

100755100644
File mode changed.

docs/content/cli-commands/npm-stars.md

100755100644
File mode changed.

docs/content/cli-commands/npm-start.md

100755100644
File mode changed.

docs/content/cli-commands/npm-stop.md

100755100644
File mode changed.

docs/content/cli-commands/npm-team.md

100755100644
File mode changed.

docs/content/cli-commands/npm-test.md

100755100644
File mode changed.

docs/content/cli-commands/npm-token.md

100755100644
File mode changed.

docs/content/cli-commands/npm-uninstall.md

100755100644
File mode changed.

docs/content/cli-commands/npm-unpublish.md

100755100644
File mode changed.

docs/content/cli-commands/npm-update.md

100755100644
File mode changed.

docs/content/cli-commands/npm-version.md

100755100644
File mode changed.

docs/content/cli-commands/npm-view.md

100755100644
File mode changed.

docs/content/cli-commands/npm-whoami.md

100755100644
File mode changed.

docs/content/cli-commands/npm.md

100755100644
File mode changed.

docs/content/configuring-npm/folders.md

100755100644
File mode changed.

docs/content/configuring-npm/npmrc.md

100755100644
File mode changed.

docs/content/configuring-npm/package-json.md

100755100644
+1-1

docs/content/configuring-npm/package-lock-json.md

100755100644
File mode changed.

docs/content/configuring-npm/package-locks.md

100755100644
File mode changed.

docs/content/configuring-npm/shrinkwrap-json.md

100755100644
File mode changed.

docs/content/using-npm/coding-style.md

100755100644
File mode changed.

docs/content/using-npm/config.md

100755100644
File mode changed.

docs/content/using-npm/developers.md

100755100644
File mode changed.

docs/content/using-npm/disputes.md

100755100644
File mode changed.

docs/content/using-npm/orgs.md

100755100644
File mode changed.

docs/content/using-npm/registry.md

100755100644
File mode changed.

docs/content/using-npm/removal.md

100755100644
File mode changed.

docs/content/using-npm/scope.md

100755100644
File mode changed.

docs/content/using-npm/scripts.md

100755100644
File mode changed.

docs/content/using-npm/semver.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)