@ossy/router 0.0.1-beta.0 → 0.0.1-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +13 -3
package/README.md CHANGED
@@ -0,0 +1,7 @@
1
+ # @ossy/router
2
+
3
+ This package is not a functioning router by itself, it's built as a shared base
4
+ for implementations in different frameworks.
5
+
6
+ ## Implementations
7
+ - [@ossy/router-react](https://www.npmjs.com/package/@ossy/router-react)
package/package.json CHANGED
@@ -1,7 +1,18 @@
1
1
  {
2
2
  "name": "@ossy/router",
3
- "version": "0.0.1-beta.0",
4
- "description": "",
3
+ "version": "0.0.1-beta.2",
4
+ "description": "Base router built for multi-language support with localized paths",
5
+ "keywords": [
6
+ "router",
7
+ "route",
8
+ "routing",
9
+ "link",
10
+ "server",
11
+ "prerendering",
12
+ "href",
13
+ "anchor",
14
+ "server"
15
+ ],
5
16
  "type": "module",
6
17
  "source": "src/public.index.ts",
7
18
  "module": "build/esm/public.index.js",
@@ -17,7 +28,6 @@
17
28
  "test": "jest --verbose",
18
29
  "test:watch": "jest --watch"
19
30
  },
20
- "keywords": [],
21
31
  "author": "",
22
32
  "license": "ISC",
23
33
  "devDependencies": {