Starting work on 2.0.0

This commit is contained in:
Jonathan Putney
2022-06-22 22:05:10 -04:00
parent 8dd28cf0c8
commit 6d1d2861a6
11 changed files with 22 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "scorm-again",
"version": "1.7.1",
"version": "2.0.0",
"description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
"main": "dist/scorm-again.min.js",
"browserslist": [
@@ -69,5 +69,6 @@
"bugs": {
"url": "https://github.com/jcputney/scorm-again/issues"
},
"homepage": "https://github.com/jcputney/scorm-again"
"homepage": "https://github.com/jcputney/scorm-again",
"dependencies": {}
}