Skip to content

Commit

Permalink
docs: remove coding-style from docs
Browse files Browse the repository at this point in the history
PR-URL: #453
Credit: @claudiahdz
Close: #453
Reviewed-by: @claudiahdz
  • Loading branch information
claudiahdz committed Nov 14, 2019
1 parent 87d6725 commit 5c3b327
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 214 deletions.
2 changes: 1 addition & 1 deletion docs/content/configuring-npm/shrinkwrap-json.md
Expand Up @@ -10,7 +10,7 @@ description: A publishable lockfile

### Description

`npm-shrinkwrap.json` is a file created by [`npm-shrinkwrap`](/cli-commands/npm-shrinkwrap). It is identical to
`npm-shrinkwrap.json` is a file created by [`npm shrinkwrap`](/cli-commands/npm-shrinkwrap). It is identical to
`package-lock.json`, with one major caveat: Unlike `package-lock.json`,
`npm-shrinkwrap.json` may be included when publishing a package.

Expand Down
212 changes: 0 additions & 212 deletions docs/content/using-npm/coding-style.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/components/home/Features.js
Expand Up @@ -60,7 +60,7 @@ const Features = () => {
text={featureTexts.textTwo}
/>
</FeatureLink>
<FeatureLink to={'/using-npm/coding-style'}>
<FeatureLink to={'/using-npm/developers'}>
<FeatureCard
icon={networkIcon}
title={featureTitles.titleThree}
Expand Down

0 comments on commit 5c3b327

Please sign in to comment.