@voliware/eventsystem
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,1 @@ | ||
module.exports = require('./eventSystem'); | ||
module.exports = require('./lib/eventSystem'); |
{ | ||
"name": "@voliware/eventsystem", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An event system with on/off/emit functions", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"build": "node build" | ||
}, | ||
@@ -27,3 +28,8 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/Voliware/EventSystem#readme" | ||
"homepage": "https://github.com/Voliware/EventSystem#readme", | ||
"devDependencies": { | ||
"@voliware/node-build": "^1.3.0", | ||
"mocha": "^7.0.1" | ||
}, | ||
"dependencies": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10206
249
2
1