From fae5693acef6a5602d4d6ff34b8e340427e4bebc Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Wed, 3 Apr 2013 15:15:55 +0200 Subject: [PATCH] Fix library.json bugs --- library.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 15fad3c..cd31dac 100644 --- a/library.json +++ b/library.json @@ -5,8 +5,7 @@ "minorVersion": 0, "patchVersion": 6, "runnable": 1, - "name": "h5p-question-set", - "class": "H5P.QuestionSet", + "machineName": "H5P.QuestionSet", "author": "Amendor AS", "license": "cc-by-sa", "preloadedJs": [ @@ -17,7 +16,7 @@ ], "preloadedDependencies": [ { - "name": "embedded-js", + "machineName": "EmbeddedJS", "majorVersion": 1, "minorVersion": 0 }