@types/mocha shouldn't have been a regular dependency

This commit is contained in:
Jonathan Putney
2020-08-14 16:08:50 -04:00
parent 4582d733af
commit deef88f9c9
2 changed files with 7 additions and 8 deletions

9
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "scorm-again",
"version": "1.3.6",
"version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1518,9 +1518,10 @@
"dev": true
},
"@types/mocha": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-7.0.2.tgz",
"integrity": "sha512-ZvO2tAcjmMi8V/5Z3JsyofMe3hasRcaw88cto5etSVMwVQfeivGAlEYmaQgceUSVYFofVjT+ioHsATjdWcFt1w=="
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.0.2.tgz",
"integrity": "sha512-5cv8rmqT3KX9XtWDvSgGYfS4OwrKM2eei90GWLnTYz+AXRiBv5uYcKBjnkQ4katNvfYk3+o2bHGZUsDhdcoUyg==",
"dev": true
},
"JSONStream": {
"version": "1.3.5",

View File

@@ -17,6 +17,7 @@
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.5",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.2",
"babel-eslint": "^11.0.0-beta.2",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
@@ -58,8 +59,5 @@
"bugs": {
"url": "https://github.com/jcputney/scorm-again/issues"
},
"homepage": "https://github.com/jcputney/scorm-again",
"dependencies": {
"@types/mocha": "^7.0.2"
}
"homepage": "https://github.com/jcputney/scorm-again"
}