Skip to content

Commit

Permalink
add some config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafidalhaque committed Dec 17, 2021
1 parent b7690fb commit 058daae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,27 @@
"displayName": "Front End Development Pack",
"description": "A collection of VS Code extensions for Front End Development Pack",
"version": "0.0.1",
"publisher": "Rafid Al Haque",
"publisher": "rafidalhaque",
"author": {
"name": "Rafid Al Haque",
"email": "rafidalhaque@protonmail.com",
"url": "https://rafidalhaque.xyz"
},
"icon": "logo.jpg",
"repository": {
"type": "git",
"url": "https://github.com/rafidalhaque/frontend-vscode-extensionpack"
},
"keywords": ["html", "css", "js", "web development", "git", "github", "svg", "npm", "intellisense", "react", "xml", "snippets", "javascript"],
"readme": "https://github.com/rafidalhaque/frontend-vscode-extensionpack#readme",
"license": "https://github.com/rafidalhaque/frontend-vscode-extensionpack/blob/main/LICENSE",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Extension Packs"
"Extension Packs",
"Snippets",
"SCM Providers"
],
"extensionPack": [
"abusaidm.html-snippets",
Expand Down

0 comments on commit 058daae

Please sign in to comment.