Skip to content

Commit

Permalink
Added repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
antmdvs committed Nov 7, 2018
1 parent 29ae93c commit da88755
Showing 1 changed file with 41 additions and 32 deletions.
73 changes: 41 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,42 @@
{
"name": "vscode-react-hooks-snippets",
"displayName": "React Hooks Snippets",
"description": "(EXPERIMENTAL) React Hooks Snippets for Visual Studio Code",
"version": "0.0.1",
"publisher": "antmdvs",
"engines": {
"vscode": "^1.25.1"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "javascript",
"path": "./snippets/snippets.json"
},
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
},
{
"language": "typescript",
"path": "./snippets/snippets.json"
},
{
"language": "typescriptreact",
"path": "./snippets/snippets.json"
}
]
}
}
"name": "vscode-react-hooks-snippets",
"displayName": "React Hooks Snippets",
"description": "(EXPERIMENTAL) React Hooks Snippets for Visual Studio Code",
"version": "0.0.1",
"publisher": "antmdvs",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/antmdvs/vscode-react-hooks-snippets.git"
},
"keywords": [
"React",
"Hooks"
],
"engines": {
"vscode": "^1.25.1"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "javascript",
"path": "./snippets/snippets.json"
},
{
"language": "javascriptreact",
"path": "./snippets/snippets.json"
},
{
"language": "typescript",
"path": "./snippets/snippets.json"
},
{
"language": "typescriptreact",
"path": "./snippets/snippets.json"
}
]
}
}

0 comments on commit da88755

Please sign in to comment.