Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eqs committed Mar 8, 2022
1 parent 2641c5a commit df9b6a1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "pyxel-palettes",
"displayName": "Pyxel Palettes",
"description": "A palette from Pyxel - retro game engine for Python",
"version": "1.0",
"publisher": "aseprite",
"categories": [
"Palettes"
],
"contributes": {
"palettes": [
{ "id": "Pyxel", "path": "./pyxel.gpl" }
]
}
}

0 comments on commit df9b6a1

Please sign in to comment.