Skip to content

Commit

Permalink
corrections following plugin registration
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko committed Sep 30, 2020
1 parent 58cf2f1 commit 74e7a0a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "adapt-assessmentResultsGraphic",
"version": "0.0.1",
"framework": ">=5",
"repository": {
"type": "git",
"url": "git://github.com/cgkineo/adapt-assessmentResultsGraphic"
},
"homepage": "https://github.com/cgkineo/adapt-assessmentResultsGraphic",
"issues": "https://github.com/cgkineo/adapt-assessmentResultsGraphic/issues/new",
"component" : "assessmentResultsGraphic",
"displayName" : "Assessment Results Graphic",
"description": "A graphic component that can display a different image depending on whether the associated assessment was passed or failed",
"main": "/js/adapt-assessmentResultsGraphic.js",
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPL-3.0"
}
"name": "adapt-assessmentResultsGraphic",
"repository": {
"type": "git",
"url": "git://github.com/cgkineo/adapt-assessmentResultsGraphic.git"
},
"framework": ">=5",
"version": "0.0.1",
"homepage": "https://github.com/cgkineo/adapt-assessmentResultsGraphic",
"issues": "https://github.com/cgkineo/adapt-assessmentResultsGraphic/issues/new",
"component": "assessmentResultsGraphic",
"displayName": "Assessment Results Graphic",
"description": "A graphic component that can display a different image depending on whether the associated assessment was passed or failed",
"main": "/js/adapt-assessmentResultsGraphic.js",
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPL-3.0"
}

0 comments on commit 74e7a0a

Please sign in to comment.