From 4612e82f0d2c5213cb866cc309343a12965c3fd3 Mon Sep 17 00:00:00 2001 From: Manisha Basra Date: Wed, 13 Dec 2023 19:59:39 +0530 Subject: [PATCH] add vanilla-routing --- packages/v/vanilla-routing.json | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/v/vanilla-routing.json diff --git a/packages/v/vanilla-routing.json b/packages/v/vanilla-routing.json new file mode 100644 index 000000000..f1b32530a --- /dev/null +++ b/packages/v/vanilla-routing.json @@ -0,0 +1,37 @@ +{ + "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": "manisha4918@gmail.com" + } + ], + "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"] + } + ] + } +}