Skip to content

Commit

Permalink
chore: remove lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 23, 2021
1 parent 6cfd51d commit 3ff8989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "JS implementation of the IPFS UnixFS",
"scripts": {
"postinstall": "rm -rf package-lock.json packages/*/package-lock.json",
"reset": "lerna run clean && rimraf packages/*/node_modules node_modules",
"test": "lerna run test",
"coverage": "lerna run coverage",
Expand Down

0 comments on commit 3ff8989

Please sign in to comment.