diff --git a/bower.json b/bower.json index 37db091..76b06db 100644 --- a/bower.json +++ b/bower.json @@ -1,15 +1,18 @@ { "name": "adapt-contrib-tutor", - "version": "0.0.1", + "version": "1.1.1", "homepage": "https://github.com/adaptlearning/adapt-contrib-tutor", "authors": [ "Kevin Corry " ], - "description": "A basic feedback overlay for question components", + "displayName" : "Tutor", + "extension" : "tutor", + "description": "An extension which provides a basic feedback overlay for question components", "main": "/js/adapt-contrib-tutor.js", "keywords": [ "adapt-plugin", "adapt-extension" ], - "license": "GPLv3" -} + "license": "GPLv3", + "targetAttribute": "_tutor" +} \ No newline at end of file diff --git a/package.json b/package.json index 4e9d3ce..745066b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt-contrib-tutor", - "version": "0.0.1", + "version": "1.1.1", "description": "A basic feedback overlay for question components", "main": "", "scripts": { @@ -16,8 +16,8 @@ "url": "https://github.com/adaptlearning/adapt-contrib-tutor/issues" }, "devDependencies": { - "karma": "~0.10", - "karma-mocha": "*", - "karma-expect": "*" + "karma": "0.10", + "karma-mocha": "0.1.0", + "karma-expect": "1.1.0" } -} +} \ No newline at end of file