Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Sep 28, 2020
1 parent 40d76b9 commit 22cb703
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
"activityBarBadge.background": "#057b4e",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#f69f12",
"statusBar.border": "#f69f12",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#cd8208",
"titleBar.activeBackground": "#f69f12",
"titleBar.activeForeground": "#15202b",
"titleBar.border": "#f69f12",
"titleBar.inactiveBackground": "#f69f1299",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#f69f12"
}
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
},
"author": "Fabian Morón Zirfas",
"license": "MIT",
"devDependencies": {},
"devDependencies": {
"@types/node": "12.12.6"
},
"dependencies": {
"@types/cross-spawn": "6.0.2",
"@types/is-ci": "2.0.0",
"@types/jest": "26.0.14",
"@types/lodash.merge": "4.6.6",
"@types/node": "12.12.62",
"@typescript-eslint/eslint-plugin": "4.2.0",
"@typescript-eslint/parser": "4.2.0",
"cross-env": "7.0.2",
Expand Down

0 comments on commit 22cb703

Please sign in to comment.