Updating badges
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[](https://circleci.com/gh/jcputney/scorm-again) [](https://codeclimate.com/github/jcputney/scorm-again/maintainability) [](https://codeclimate.com/github/jcputney/scorm-again/test_coverage)
|
    
|
||||||
|
|
||||||
## SCORM Again
|
## SCORM Again
|
||||||
This project was created to modernize the SCORM JavaScript runtime, and to provide a stable, tested platform for running AICC, SCORM 1.2, and SCORM 2004 modules. This module is designed to be LMS agnostic, and is written to be able to be run without a backing LMS, logging all function calls and data instead of committing, if an LMS endpoint is not configured.
|
This project was created to modernize the SCORM JavaScript runtime, and to provide a stable, tested platform for running AICC, SCORM 1.2, and SCORM 2004 modules. This module is designed to be LMS agnostic, and is written to be able to be run without a backing LMS, logging all function calls and data instead of committing, if an LMS endpoint is not configured.
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -980,9 +980,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@types/chai": {
|
"@types/chai": {
|
||||||
"version": "4.2.4",
|
"version": "4.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.2.5.tgz",
|
||||||
"integrity": "sha512-7qvf9F9tMTzo0akeswHPGqgUx/gIaJqrOEET/FCD8CFRkSUHlygQiM5yB6OvjrtdxBVLSyw7COJubsFYs0683g==",
|
"integrity": "sha512-YvbLiIc0DbbhiANrfVObdkLEHJksQZVq0Uvfg550SRAKVYaEJy+V70j65BVe2WNp6E3HtKsUczeijHFCjba3og==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"acorn": {
|
"acorn": {
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"@babel/preset-env": "^7.7.1",
|
"@babel/preset-env": "^7.7.1",
|
||||||
"@babel/preset-flow": "^7.0.0",
|
"@babel/preset-flow": "^7.0.0",
|
||||||
"@babel/register": "^7.7.0",
|
"@babel/register": "^7.7.0",
|
||||||
"@types/chai": "^4.2.4",
|
"@types/chai": "^4.2.5",
|
||||||
"babel-eslint": "^11.0.0-beta.0",
|
"babel-eslint": "^11.0.0-beta.0",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"eslint": "^6.6.0",
|
"eslint": "^6.6.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user