@hyperingenuity/events 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperingenuity/events",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "JavaScript Event Emitter Library",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:mdbarr/events.git",
@@ -8,8 +8,8 @@
8
8
  "license": "MIT",
9
9
  "private": false,
10
10
  "dependencies": {
11
- "@hyperingenuity/uscript": "^0.4.1",
12
- "barrkeep": "^2.11.0",
11
+ "@hyperingenuity/uscript": "^0.4.3",
12
+ "barrkeep": "^2.11.1",
13
13
  "uuid": "^9.0.0"
14
14
  },
15
15
  "devDependencies": {