Skip to content

Commit 5e02ded

Browse files
committed
remove yarn.lock and fix security update
1 parent d015af3 commit 5e02ded

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ dist/
33
.npmrc
44
package-lock.json
55
.idea/*
6-
yarn.lock
76
icon.png
8-
out/
7+
out/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@types/ncp": "^2.0.5",
1818
"@types/rimraf": "^3.0.2",
19-
"colors": "^1.4.0",
19+
"colors": "1.4.0",
2020
"inquirer": "^8.2.1",
2121
"ncp": "^2.0.0",
2222
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)