Skip to content

Commit

Permalink
Disable package-lock in examples directory
Browse files Browse the repository at this point in the history
Done to prevent accidental foot-guns when an outdated version of superstruct was installed previously and was not updaing due to pacakge-lock.json, even though package.json specifies 'latest'.
  • Loading branch information
arturmuller committed Jul 27, 2024
1 parent 0fe23dd commit f1c918e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false

0 comments on commit f1c918e

Please sign in to comment.