@hyperingenuity/events 0.4.0 → 0.4.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperingenuity/events",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "JavaScript Event Emitter Library",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:mdbarr/events.git",
@@ -8,7 +8,7 @@
8
8
  "license": "MIT",
9
9
  "private": false,
10
10
  "dependencies": {
11
- "@hyperingenuity/uscript": "^0.4.0",
11
+ "@hyperingenuity/uscript": "^0.4.1",
12
12
  "barrkeep": "^2.11.0",
13
13
  "uuid": "^9.0.0"
14
14
  },