Added monetizejs dependency
This commit is contained in:
parent
ea234a7c1b
commit
98128befe9
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user