Skip to content

Commit

Permalink
remove yarn.lock and fix security update
Browse files Browse the repository at this point in the history
  • Loading branch information
furknyavuz committed Mar 14, 2022
1 parent d015af3 commit 5e02ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ dist/
.npmrc
package-lock.json
.idea/*
yarn.lock
icon.png
out/
out/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@types/ncp": "^2.0.5",
"@types/rimraf": "^3.0.2",
"colors": "^1.4.0",
"colors": "1.4.0",
"inquirer": "^8.2.1",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 5e02ded

Please sign in to comment.