Skip to content

Commit

Permalink
Merge pull request #27 from dancgray/editorUpdates
Browse files Browse the repository at this point in the history
Update to work with editor
  • Loading branch information
Himanshu Rajotia committed Nov 27, 2014
2 parents 26bfbef + 0d682f6 commit 5a21106
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "adapt-contrib-boxmenu",
"name": "adapt-contrib-boxMenu",
"version": "0.0.0",
"homepage": "https://github.com/adaptlearning/adapt-contrib-boxmenu",
"authors": [
"Daryl Hedley <[email protected]>"
],
"displayName": "Box menu",
"menu": "boxmenu",
"description": "A core bundled menu",
"main": "js/adapt-contrib-boxmenu.js",
"keywords": [
Expand All @@ -18,5 +20,6 @@
"bower_components",
"test",
"tests"
]
],
"targetAttribute": "_boxMenu"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"url": "https://github.com/adaptlearning/adapt-contrib-boxmenu/issues"
},
"devDependencies": {
"karma": "~0.10",
"karma-mocha": "*",
"karma-expect": "*"
"karma": "0.10",
"karma-mocha": "0.1.0",
"karma-expect": "1.1.0"
}
}
8 changes: 8 additions & 0 deletions properties.schema
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema",
"id": "http://jsonschema.net",
"$ref": "http://localhost/plugins/content/contentobject/model.schema",
"properties": {
}
}

0 comments on commit 5a21106

Please sign in to comment.