Node updated. Some todos.

This commit is contained in:
Norm Rasmussen
2024-09-23 20:52:09 -04:00
parent 8bfaca8375
commit f25622067f
2041 changed files with 124145 additions and 110445 deletions

View File

@ -1,14 +1,21 @@
{
"name": "bare-events",
"version": "2.2.0",
"version": "2.4.2",
"description": "Event emitters for JavaScript",
"main": "index.js",
"exports": {
".": "./index.js",
"./package": "./package.json",
"./errors": "./lib/errors.js"
},
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "standard && bare test.js"
"test": "npm run lint && npm run test:bare && npm run test:node",
"test:bare": "bare test.js",
"test:node": "node test.js",
"lint": "standard"
},
"repository": {
"type": "git",