Skip to content

Commit

Permalink
feat: update package.json data
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcastillop committed Sep 26, 2024
1 parent a720ac4 commit 6c0fbfb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
{
"name": "nova-js",
"name": "nova-js-vsce",
"publisher": "novajs",
"displayName": "Nova.js",
"description": "",
"description": "Add carefully developed and dependency-free React hooks to your project",
"version": "0.0.1",
"license": "MIT",
"engines": {
"vscode": "^1.93.0"
},
"categories": [
"Snippets"
],
"keywords": [
"react",
"hooks",
"javascript",
"typescript"
],
"icon": "images/icon.png",
"galleryBanner": {
"color": "#818cf8",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/novajs/vsc-extension"
},
"author": "Daniel Castillo <[email protected]>",
"contributes": {
"snippets": [
{
Expand Down

0 comments on commit 6c0fbfb

Please sign in to comment.