Skip to content

Commit

Permalink
Changed version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Mar 7, 2020
1 parent b0fca37 commit 625bd5f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
65 changes: 33 additions & 32 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asm-code-lens",
"displayName": "ASM Code Lens",
"version": "1.4.2",
"version": "1.4.3",
"publisher": "maziac",
"description": "A language server that enables code lens, references, hover information and symbol renaming in assembler files.",
"author": {
Expand Down Expand Up @@ -117,19 +117,19 @@
"test": "nyc --reporter=text mocha --ui tdd -r ts-node/register test/**/*.ts"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.6",
"mocha": "^7.0.0",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.0",
"mocha": "^7.1.0",
"nyc": "^15.0.0",
"typescript": "^3.7.4",
"typescript": "^3.8.3",
"vscode": "^1.1.36"
},
"dependencies": {
"assert": "^2.0.0",
"fast-glob": "^3.1.1",
"fast-glob": "^3.2.2",
"fs-extra": "^8.1.0",
"grepit": "^1.0.0",
"p-queue": "^6.2.1",
"p-queue": "^6.3.0",
"ts-node": "^8.6.2"
},
"nyc": {
Expand Down

0 comments on commit 625bd5f

Please sign in to comment.