Skip to content

Commit

Permalink
fix(package): added examples in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Iam1337 committed Jan 7, 2022
1 parent 797e0e2 commit 7734f63
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Assets/extDebug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@
"menu"
],
"category": "Debug",
"samples": [],
"samples": [
{
"displayName": "Menu Example",
"description": "",
"path": "Examples~/extDebug.Menu"
},
{
"displayName": "Notifications Example",
"description": "",
"path": "Examples~/extDebug.Notifications"
}
],
"repository": {
"type": "git",
"url": "https://github.com/iam1337/extDebug.git#upm"
Expand Down

0 comments on commit 7734f63

Please sign in to comment.