additional package stuff

This commit is contained in:
Martin Donnelly 2022-10-16 18:40:00 +01:00
parent 4aa46c2493
commit 861ab562d7
2 changed files with 2857 additions and 41 deletions

2892
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,13 @@
}, },
"devDependencies": { "devDependencies": {
"browserify": "^16.5.0", "browserify": "^16.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.6.0", "eslint": "^6.6.0",
"require-dir": "^1.2.0" "require-dir": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
} }
} }