This website requires JavaScript.
Explore
Help
Sign In
sartography
/
bpmn-js
mirror of
https://github.com/sartography/bpmn-js.git
Watch
1
Star
0
Fork
You've already forked bpmn-js
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f22682542d
bpmn-js
/
lib
/
core
/
index.js
6 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore(project): upgrade to new diagram.js module structure
2014-06-11 12:41:55 +00:00
module
.
exports
=
{
chore(import): reorganize import related functionality This commit puts all import related stuff into the import module. The core module remains as an entry point to require the basic modules needed by bpmn-js. At the time this is { import, draw }.
2014-10-30 11:06:43 +00:00
_
_depends
_
_
:
[
require
(
'../draw'
)
,
require
(
'../import'
)
]
chore(project): upgrade to new diagram.js module structure
2014-06-11 12:41:55 +00:00
}
;