Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Mar 25, 2024
1 parent 6dc5d7b commit f71acf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/create-justaname-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.1",
"dependencies": {
"@inquirer/prompts": "^4.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"fs-extra": "11.2.0",
"node-fetch": "2.7.0",
"ora": "^8.0.1",
"tar": "6.2.0",
"rollup-plugin-strip-shebang": "^1.2.10",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-commonjs": "^25.0.7"
"tar": "6.2.0"
},
"type": "module",
"bin": "index.esm.js"
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11869,8 +11869,9 @@ __metadata:
resolution: "create-justaname-app@workspace:packages/create-justaname-app"
dependencies:
"@inquirer/prompts": "npm:^4.3.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
fs-extra: "npm:11.2.0"
handlebars: "npm:^4.7.8"
node-fetch: "npm:2.7.0"
ora: "npm:^8.0.1"
rollup-plugin-strip-shebang: "npm:^1.2.10"
Expand Down

0 comments on commit f71acf4

Please sign in to comment.