mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-22 23:08:49 +00:00
chore(project): add index.js entry point
This commit is contained in:
parent
832cd864e0
commit
04fdb3d049
@ -1,6 +0,0 @@
|
||||
var Viewer = require('./Viewer'),
|
||||
Model = require('bpmn-moddle');
|
||||
|
||||
|
||||
module.exports.Viewer = Viewer;
|
||||
module.exports.BpmnModel = Model;
|
@ -5,7 +5,6 @@
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"main": "lib/main.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bpmn-io/bpmn-js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user