Skip to content

Commit cd57200

Browse files
committed
feat: update the version of degit
1 parent a76b906 commit cd57200

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ emitter.clone(projectName).then(() => {
2626

2727
try {
2828
console.log("📦 Installing dependencies...");
29-
execSync(`cd ${projectName} && yarn install`, { stdio: "inherit" });
29+
execSync(`cd ${projectName} && yarn`, { stdio: "inherit" });
3030
console.log("🎉 All done!");
3131
console.log(`👉 Get started with:\n cd ${projectName}\n yarn start`);
3232
} catch (error) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"author": "Hidayt Rahman",
2020
"license": "MIT",
2121
"dependencies": {
22-
"degit": "^3.0.2"
22+
"degit": "^2.8.4"
2323
}
2424
}

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
degit@^2.8.4:
6+
version "2.8.4"
7+
resolved "https://registry.yarnpkg.com/degit/-/degit-2.8.4.tgz#3bb9c5c00f157c44724dd4a50724e4aa75a54d38"
8+
integrity sha512-vqYuzmSA5I50J882jd+AbAhQtgK6bdKUJIex1JNfEUPENCgYsxugzKVZlFyMwV4i06MmnV47/Iqi5Io86zf3Ng==

0 commit comments

Comments
 (0)