@vanillaspa/event-bus 1.1.2 → 1.2.1

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -3,14 +3,16 @@
3
3
  "bugs": {
4
4
  "url": "https://github.com/vanillaspa/event-bus/issues"
5
5
  },
6
- "description": "An Event Bus written in <50 LOC vanilla JS. You can use it with standard WebComponents.",
6
+ "description": "An event-bus for vanilla SPA. You can use it with web-components.",
7
7
  "homepage": "https://github.com/vanillaspa/event-bus#readme",
8
8
  "keywords": [
9
9
  "EventBus",
10
10
  "JavaScript",
11
11
  "Module",
12
12
  "Vanilla",
13
- "SPA"
13
+ "SharedWorker",
14
+ "SPA",
15
+ "WebComponents"
14
16
  ],
15
17
  "license": "Unlicense",
16
18
  "main": "index.js",
@@ -23,5 +25,5 @@
23
25
  "url": "git+https://github.com/vanillaspa/event-bus.git"
24
26
  },
25
27
  "type": "module",
26
- "version": "1.1.2"
28
+ "version": "1.2.1"
27
29
  }