Skip to content

Commit d1931e7

Browse files
committed
chore: update installer
1 parent 4465fb8 commit d1931e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-formidable",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
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.4",
20+
"@formidablejs/installer": "^0.9.5",
2121
"@inquirer/prompts": "^1.2.1",
2222
"@oclif/core": "^2",
2323
"@oclif/plugin-help": "^5",

yarn.lock

Lines changed: 4 additions & 4 deletions
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.4":
243-
version "0.9.4"
244-
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.4.tgz#97e7e3450ca89c190fb3f2ed424829e8020baa57"
245-
integrity sha512-tKj1cPmbmqoHJ3PjykrW8HfGCzXlIkh/TUnUZ6/7PrlCKG5j6V+X5mYmCd3o9UMWjM4RHBWdTD3v6Y48rl8+6g==
242+
"@formidablejs/installer@^0.9.5":
243+
version "0.9.5"
244+
resolved "https://registry.yarnpkg.com/@formidablejs/installer/-/installer-0.9.5.tgz#63ebb1147b79df2bdc5e7bd794519254d6eccb0c"
245+
integrity sha512-glCvQ/wYpGK6qnHGJEjuIeHIGv0jtJN18eM7z8dhtNAs45QK7dFAIdbIocakmNf6aW/8ql1FEmZAU/lOb8YDnA==
246246
dependencies:
247247
"@oclif/core" "^1"
248248
"@oclif/plugin-help" "^5"

0 commit comments

Comments
 (0)