@malipetek/semantic-router 0.0.1 → 0.0.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,14 @@ You can install the package using npm:
10
10
  npm install @malipetek/semantic-router
11
11
  ```
12
12
 
13
+ ```bash
14
+ yarn add @malipetek/semantic-router
15
+ ```
16
+
17
+ ```bash
18
+ pnpm add @malipetek/semantic-router
19
+ ```
20
+
13
21
  ## Usage
14
22
  ```javascript
15
23
  import semantic from'@malipetek/semantic-router';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malipetek/semantic-router",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Semantic router for nodejs for my personal use, pretty straightforward, inspired by semantic router by aureliolabs",
5
5
  "main": "src/semantic-router.js",
6
6
  "author": "m.ali petek",