Skip to content

Commit

Permalink
fix(vscode): add missing repository field
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspard committed Mar 8, 2021
1 parent de83993 commit 76bd378
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vscode-pawi/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/view
/view
*.vsix
4 changes: 4 additions & 0 deletions packages/vscode-pawi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"version": "0.0.1",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/pawijs/pawi.git"
},
"engines": {
"vscode": "^1.54.0"
},
Expand Down

0 comments on commit 76bd378

Please sign in to comment.