Merge pull request 'additional package stuff' (#2) from dockerising into development

Reviewed-on: #2
This commit is contained in:
Martin Donnelly 2022-10-16 17:40:28 +00:00
commit d3a6986eb8
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": {
"browserify": "^16.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.6.0",
"require-dir": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}