Skip to content

Commit

Permalink
chore(npm): remove lockfile
Browse files Browse the repository at this point in the history
This removes the package-lock, since `npm install` modifies the lockfile
(due to a disagreement between npm@5 and npm@6). We're removing it for
ShellJS, and removing it here for consistency.

See shelljs/shelljs#893
  • Loading branch information
nfischer committed Nov 29, 2018
1 parent 2ff8b0b commit f9b0518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5,941 deletions.
3 changes: 3 additions & 0 deletions .npmrc
@@ -0,0 +1,3 @@
# We can't use lockfiles because npm@5 and npm@6 disagree about the syntax (and
# will modify the lockfile when we run `npm install`).
package-lock=false

0 comments on commit f9b0518

Please sign in to comment.