Skip to content

Commit

Permalink
Add poplog w/ git auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
VArtzy authored Dec 26, 2024
1 parent 72d40ec commit cab5043
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions p/poplog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "poplog",
"filename": "poplog.min.js",
"homepage": "github.com/VArtzy/poplog#readme",
"description": "PopLog is a simple, effective and lightweight JavaScript package that transforms console.log outputs into browser-friendly toast notifications.",
"keywords": [
"development-tools",
"logging",
"log",
"devtools"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/VArtzy/poplog.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/VArtzy/poplog.git",
"fileMap": [
{
"basePath": "",
"files": [
"index.js"
]
}
]
},
"authors": [
{
"name": "Farrel Nikoson",
"email": "[email protected]"
}
]
}

0 comments on commit cab5043

Please sign in to comment.