This commit is contained in:
Jonathan Putney
2020-12-14 12:17:46 -05:00
3 changed files with 12 additions and 7 deletions

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

View File

@@ -6,7 +6,7 @@ This project was created to modernize the SCORM JavaScript runtime, and to provi
### What is this not and what doesn't it do?
1. This is not an LMS
1. This does not handle the uploading and verification of SCORM/AICC modules
1. This project does not **currently** support the TinCan/xAPI runtime, but is it something I am considering in the very near future.
1. This project does not **currently** support TinCan/xAPI/CMI5, and I'm not sure if I will ever get around to it. However, I would welcome merge requests to add support for any additional specifications.
1. This library does not setup communication between an external AICC module and an LMS.
1. This project is not complete! I'm still working on AICC testing, and continuing to write proper test cases for all APIs

6
package-lock.json generated
View File

@@ -4240,12 +4240,6 @@
"dev": true,
"optional": true
},
"ini": {
"version": "1.3.5",
"bundled": true,
"dev": true,
"optional": true
},
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,