mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-02 12:13:42 +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": {
|
"scripts": {
|
||||||
"test": "grunt test"
|
"test": "grunt test"
|
||||||
},
|
},
|
||||||
"main": "lib/main.js",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bpmn-io/bpmn-js"
|
"url": "https://github.com/bpmn-io/bpmn-js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user