Skip to content

Commit 4398dce

Browse files
authored
Merge pull request #29 from formidablejs/release/0.0.13
Release/0.0.13
2 parents 544222f + cf173c8 commit 4398dce

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.12",
3+
"version": "0.0.13",
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.11",
20+
"@formidablejs/installer": "^0.9.12",
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.11":
243-
version "0.9.11"
244-
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.11.tgz#ff9d5d7bdbea213b2c586a318c9d9f1943ac3707"
245-
integrity sha512-erkJEXHdpboSRML1EOm58uzXwgRmRo1OEH0O63PPclH5tSzKv5GSYf7uMjERl6Ft0rs0aVZ1m7GYRG43HNLunA==
242+
"@formidablejs/installer@^0.9.12":
243+
version "0.9.12"
244+
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.12.tgz#470f4cb8127835ac366e09fb1590e8709b9ffcb3"
245+
integrity sha512-BgTvCbuuvg0qTXmEDwSDo5ToA4PrymG58ou5MjNhvaDWHYbDT9VrEDEgBLNCEIzCEnIl/HGNYj3xaCFNmYumsQ==
246246
dependencies:
247247
"@oclif/core" "^1"
248248
"@oclif/plugin-help" "^5"

0 commit comments

Comments
 (0)