Skip to content

Commit

Permalink
chore(npm): remove lockfile (#154)
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 30, 2018
1 parent 18a56c2 commit c3bb1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6,473 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 c3bb1cc

Please sign in to comment.