Skip to content

Commit 8ce0a10

Browse files
authored
Merge pull request #27 from formidablejs/release/0.0.11
Release/0.0.11
2 parents 6dfe36f + 0777b07 commit 8ce0a10

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.10",
3+
"version": "0.0.11",
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.10",
20+
"@formidablejs/installer": "^0.9.11",
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.10":
243-
version "0.9.10"
244-
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.10.tgz#36e57083484897d4ca1f63cd0c412af226756f36"
245-
integrity sha512-bk6mvE231SpiE4sToC9NfXSzNSTc4RfMtjAT+K4V6b3I+c8sN/NjeH6Px6gwY4FK8D2iKlpIEJu/5ZIGDzDP3A==
242+
"@formidablejs/installer@^0.9.11":
243+
version "0.9.11"
244+
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.11.tgz#ff9d5d7bdbea213b2c586a318c9d9f1943ac3707"
245+
integrity sha512-erkJEXHdpboSRML1EOm58uzXwgRmRo1OEH0O63PPclH5tSzKv5GSYf7uMjERl6Ft0rs0aVZ1m7GYRG43HNLunA==
246246
dependencies:
247247
"@oclif/core" "^1"
248248
"@oclif/plugin-help" "^5"

0 commit comments

Comments
 (0)