cwrc-writer-layout
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cwrc-writer-layout", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Components for the CWRC-Writer layout.", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"repository": { | ||
@@ -7,0 +7,0 @@ "type": "git", |
@@ -0,2 +1,5 @@ | ||
![Picture](http://www.cwrc.ca/wp-content/uploads/2010/12/CWRC_Dec-2-10_smaller.png) | ||
# CWRC-WriterLayout | ||
Components for the CWRC-Writer layout. | ||
Small npm module holding layout modules for the CWRC-Writer. See [CWRC-GitWriter](https://github.com/cwrc/CWRC-GitWriter) for an example of use. |
@@ -24,3 +24,2 @@ var StructureTree = require('./modules/structureTree.js'); | ||
module.exports = { | ||
addStructureTreePanel: addStructureTreePanel, | ||
@@ -27,0 +26,0 @@ addEntitiesListPanel:addEntitiesListPanel, |
85404
5