Splitting out module files, so each API can be used separately

This commit is contained in:
Jonathan Putney
2021-05-27 11:59:40 -04:00
parent 7847921fac
commit 099eec0084
17 changed files with 50388 additions and 394 deletions

View File

@@ -34,13 +34,13 @@
"jsdoc": "^3.6.7",
"jsdoc-babel": "^0.5.0",
"lodash.debounce": "^4.0.8",
"minifyify": "^7.3.5",
"minimist": "^1.2.5",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"mochawesome": "^6.2.1",
"nyc": "^15.1.0",
"sinon": "^11.1.1"
"sinon": "^11.1.1",
"uglifyify": "^5.0.2"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register --bdd --recursive --reporter list",