Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vanilla-routing w/ npm auto-update #1726

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/v/vanilla-routing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{

Check warning on line 1 in packages/v/vanilla-routing.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

stars on GitHub is under 200

Check warning on line 1 in packages/v/vanilla-routing.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

package download per month on npm is under 800
"name": "vanilla-routing",
"filename": "index.js",
"description": "vanilla-routing is modern Vanilla Javascript routing library.",
"repository": {
"type": "git",
"url": "git+https://github.com/jscodelover/vanilla-routing.git"
},
"authors": [
{
"name": "Manisha Basra (jscodelover)",
"email": "[email protected]"
}
],
"keywords": [
"route",
"routing",
"spa",
"vanilla routing",
"client side routing",
"browser router",
"hash router",
"router"
],
"license": "MIT",
"homepage": "https://github.com/jscodelover/vanilla-routing",
"autoupdate": {
"source": "npm",
"target": "vanilla-routing",
"fileMap": [
{
"basePath": "dist",
"files": ["index.js"]
}
]
}
}
Loading