Skip to content

Commit 2b2e43c

Browse files
authored
Merge pull request #24 from formidablejs/patch/bun-imba-install
Patch/bun imba install
2 parents 51947fd + 282be9c commit 2b2e43c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-formidable",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "The Formidable Framework Installer",
55
"author": "Donald Pakkies @donaldp",
66
"bin": {
@@ -17,7 +17,7 @@
1717
"/oclif.manifest.json"
1818
],
1919
"dependencies": {
20-
"@formidablejs/installer": "^0.9.7",
20+
"@formidablejs/installer": "^0.9.8",
2121
"@inquirer/prompts": "^1.2.1",
2222
"@oclif/core": "^2",
2323
"@oclif/plugin-help": "^5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@
239239
minimatch "^3.0.4"
240240
strip-json-comments "^3.1.1"
241241

242-
"@formidablejs/installer@^0.9.7":
243-
version "0.9.7"
244-
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.7.tgz#6510474f3d4a55b2a91eaccf9416cbf5f548632a"
245-
integrity sha512-87Pd9ms4NGGV7ZV9vNGsbdYWA8bZBwW4SD6utqMXbpLvDQcHj4jz69aIQ+GoMKTB/ffWA2oi4upRxYspM2vfbQ==
242+
"@formidablejs/installer@^0.9.8":
243+
version "0.9.8"
244+
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.8.tgz#a2da7d0823603cc96740e37f8b664e90e57c9c70"
245+
integrity sha512-9JmCHTF8KLGyMSHLDmh3wvWp7TxCYcFChhues0McWYHuB3ZsvFOfX+ZsY/U6K810w+pSrIhvcKhlpWTJ4eLbVA==
246246
dependencies:
247247
"@oclif/core" "^1"
248248
"@oclif/plugin-help" "^5"

0 commit comments

Comments
 (0)