Öffentliche API zur MathCoach-IDE
Hong-Phuc Bui
2024-09-23 fac2931aad059680d18eccd550d0c86eb208a6bd
release 5.0.0
1 files modified
4 ■■■■ changed files
package.json 4 ●●●● patch | view | raw | blame | history
package.json
@@ -1,6 +1,6 @@
{
  "name": "mathcoach-ide-api",
  "version": "4.0.0",
  "version": "5.0.0",
  "description": "API zur MathCoach IDE",
  "author": "jsteuer",
  "license": "",
@@ -15,7 +15,7 @@
    "registry" : "https://bayes.htwsaar.de/nexus/repository/npm-mathcoach/"
  },
  "scripts": {
    "clean": "rm -rf dist docs .cache",
    "clean": "rm -rf dist docs .cache coverage .nyc_output",
    "test": "npx nyc ava",
    "build": "npm run clean  && npm run build-docs && npm run build-utils-es6 && npm run build-utils-lib",
    "build-docs": "npx typedoc src/ --out docs/ --media ./media",