Skip to content

Commit

Permalink
feat: upgrade dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Aug 16, 2021
1 parent 07ba01e commit 072b823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Just clone the [GitHub repository](https://github.com/bbenoist/vscode-nix) under
```sh
export OVS_PAT=...
yarn release
yarn upload
```

---
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nix-ide",
"displayName": "Nix IDE",
"description": "Nix language support with formatting and error report.",
"version": "0.1.13",
"version": "0.1.12",
"publisher": "jnoortheen",
"icon": "images/icon.png",
"license": "MIT",
Expand Down Expand Up @@ -110,7 +110,7 @@
"postinstall": "husky install",
"release": "yarn install && yarn lint && yarn build && standard-version && git push --follow-tags && yarn run publish",
"package": "vsce package",
"upload": "yarn package && vsce publish && ovsx publish --pat $OVS_PAT",
"publish": "yarn package && vsce publish && ovsx publish --pat $OVS_PAT",
"lint": "eslint --ext ts src"
},
"dependencies": {
Expand Down

0 comments on commit 072b823

Please sign in to comment.