Skip to content

Commit

Permalink
Add LilTag w/ git auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
deeravenger committed Sep 2, 2024
1 parent dce53a4 commit 914e0a1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/l/liltag.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{

Check warning on line 1 in packages/l/liltag.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200
"name": "liltag",
"filename": "liltag.min.js",
"description": "LilTag is a simple JavaScript tag management system designed for developers, allowing dynamic loading of scripts based on specific triggers.",
"keywords": [
"tag",
"management",
"dynamic",
"loader",
"gtm",
"tagmanager"
],
"repository": {
"type": "git",
"url": "git://github.com/deeravenger/liltag.git"
},
"license": "MIT",
"homepage": "https://github.com/deeravenger/liltag",
"autoupdate": {
"source": "git",
"target": "git://github.com/deeravenger/liltag.git",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.js"
]
}
]
},
"authors": [
{
"name": "Dmitry Kuznetsov"
}
]
}

0 comments on commit 914e0a1

Please sign in to comment.