Checking commit response for result.result instead of errorCode

This commit is contained in:
Jonathan Putney
2020-08-19 09:27:17 -04:00
parent 7f1d9953e4
commit 54005312fd
6 changed files with 20 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "scorm-again",
"version": "1.4.2",
"version": "1.4.3",
"description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
"main": "dist/scorm-again.min.js",
"directories": {
@@ -17,14 +17,15 @@
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.10.5",
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.2",
"@types/mocha": "^8.0.3",
"babel-eslint": "^11.0.0-beta.2",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"chai": "^4.2.0",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0",
"fetch-pretender": "^1.5.0",
"grunt": "^1.2.1",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
@@ -39,7 +40,6 @@
"mocha-junit-reporter": "^2.0.0",
"mochawesome": "^6.1.1",
"nyc": "^15.1.0",
"fetch-pretender": "^1.5.0",
"sinon": "^9.0.3"
},
"scripts": {