Skip to content

Commit

Permalink
chore: prove removing fix breaks things
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Nov 2, 2022
1 parent 78d1634 commit 8b3e1f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"storybook": "start-storybook -p 9009",
"build-storybook": "build-storybook",
"test-storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"build-storybook --quiet && http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && test-storybook --coverage\"",
"typecheck": "tsc --noEmit",
"postinstall": "patch-package"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@loadable/component": "^5.14.1",
Expand Down Expand Up @@ -329,10 +328,5 @@
"engines": {
"node": "=16.12.0",
"npm": "=8.1.0"
},
"overrides": [
{
"multiaddr": "8.1.2"
}
]
}
}
33 changes: 0 additions & 33 deletions patches/multiaddr+8.1.2.patch

This file was deleted.

0 comments on commit 8b3e1f8

Please sign in to comment.