diff --git a/.all-contributorsrc b/.all-contributorsrc index ed007c3931..704b3df360 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3714,8 +3714,17 @@ "contributions": [ "doc" ] + }, + { + "login": "oloost", + "name": "oloost", + "avatar_url": "https://avatars.githubusercontent.com/u/72395941?v=4", + "profile": "https://github.com/oloost", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, "skipCi": true -} +} \ No newline at end of file diff --git a/.changeset/hungry-pens-collect.md b/.changeset/hungry-pens-collect.md new file mode 100644 index 0000000000..9b94aa4c8c --- /dev/null +++ b/.changeset/hungry-pens-collect.md @@ -0,0 +1,5 @@ +--- +"blitz": patch +--- + +Fix `blitz install` not working due to missing `blitz/installer` dependency diff --git a/README.md b/README.md index 39b44c2dbe..28e862a60b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - + @@ -723,11 +723,12 @@ Thanks to these wonderful people ([emoji key](https://allcontributors.org/docs/e
Chaiwat Trisuwan

📖 💻
Daniel Oltmanns

📖 💻
Edrick Leong

📖 💻 ⚠️ -
Siddharth Suresh

📖 💻⚠️ 🚧 +
Siddharth Suresh

📖 💻 ⚠️ 🚧
JH.Lee

💻 ⚠️ 🚧 📖
Cory Deppen

📖 +
oloost

📖 diff --git a/packages/blitz/package.json b/packages/blitz/package.json index 6558eb02ad..06ea21c46d 100644 --- a/packages/blitz/package.json +++ b/packages/blitz/package.json @@ -17,6 +17,7 @@ "sideEffects": false, "license": "MIT", "files": [ + "installer.*", "dist/**", "bin/**" ],