diff --git a/bower.json b/bower.json index b2d7ec4a..0a7caf60 100644 --- a/bower.json +++ b/bower.json @@ -30,9 +30,7 @@ "hammerjs": "~1.0.10", "raphael": "~2.1.2", "js-sequence-diagrams": "https://github.com/benweet/js-sequence-diagrams.git#7b157daa2deaf5b46b320673cc2ddabe6f013725", - "flowchart": "https://github.com/adrai/flowchart.js.git#~1.2.10" - }, - "resolutions": { - "js-sequence-diagrams": "1.0.3" + "flowchart": "https://github.com/adrai/flowchart.js.git#~1.2.10", + "monetizejs": "~0.1.2" } } diff --git a/public/res/main.js b/public/res/main.js index d6d6e454..f0148d0e 100644 --- a/public/res/main.js +++ b/public/res/main.js @@ -64,7 +64,8 @@ requirejs.config({ 'sequence-diagram': 'bower-libs/js-sequence-diagrams/build/sequence-diagram-min', raphael: 'bower-libs/raphael/raphael', 'flow-chart': 'bower-libs/flowchart/release/flowchart.amd-1.2.10.min', - flowchart: 'bower-libs/flowchart/release/flowchart-1.2.10.min' + flowchart: 'bower-libs/flowchart/release/flowchart-1.2.10.min', + monetizejs: 'bower-libs/monetizejs/src/monetize' }, shim: { underscore: {