Skip to content

Commit

Permalink
all dependancies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Atarity committed Nov 3, 2020
1 parent 4dcd5e7 commit d196e5d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
builds
.vscode-test/
.vscode/settings.json
*.vsix
*.log
.DS_Store
.idea
32 changes: 16 additions & 16 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"displayName": "Kata",
"description": "Simple automator for everyday note taking and journaling.",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/Atarity/Kata.git"
Expand Down Expand Up @@ -102,9 +103,9 @@
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^7.0.43",
"typescript": "^2.6.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.6",
"typescript": "^4.0.5",
"vscode": "^1.1.28"
},
"dependencies": {
Expand Down

0 comments on commit d196e5d

Please sign in to comment.