Skip to content

Commit 8858120

Browse files
Bumping to version 1.1.1
1 parent be0f968 commit 8858120

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

bower.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
22
"name": "adapt-contrib-tutor",
3-
"version": "0.0.1",
3+
"version": "1.1.1",
44
"homepage": "https://github.com/adaptlearning/adapt-contrib-tutor",
55
"authors": [
66
"Kevin Corry <kevinc@learningpool.com>"
77
],
8-
"description": "A basic feedback overlay for question components",
8+
"displayName" : "Tutor",
9+
"extension" : "tutor",
10+
"description": "An extension which provides a basic feedback overlay for question components",
911
"main": "/js/adapt-contrib-tutor.js",
1012
"keywords": [
1113
"adapt-plugin",
1214
"adapt-extension"
1315
],
14-
"license": "GPLv3"
15-
}
16+
"license": "GPLv3",
17+
"targetAttribute": "_tutor"
18+
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adapt-contrib-tutor",
3-
"version": "0.0.1",
3+
"version": "1.1.1",
44
"description": "A basic feedback overlay for question components",
55
"main": "",
66
"scripts": {
@@ -16,8 +16,8 @@
1616
"url": "https://github.com/adaptlearning/adapt-contrib-tutor/issues"
1717
},
1818
"devDependencies": {
19-
"karma": "~0.10",
20-
"karma-mocha": "*",
21-
"karma-expect": "*"
19+
"karma": "0.10",
20+
"karma-mocha": "0.1.0",
21+
"karma-expect": "1.1.0"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)