@malipetek/semantic-router 0.0.2 → 0.0.3
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.
- package/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malipetek/semantic-router",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Semantic router for nodejs for my personal use, pretty straightforward, inspired by semantic router by aureliolabs",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/malipetek/semantic-router.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/malipetek/semantic-router",
|
|
5
10
|
"main": "src/semantic-router.js",
|
|
6
11
|
"author": "m.ali petek",
|
|
7
12
|
"license": "MIT",
|