chore(project): add index.js entry point

This commit is contained in:
Nico Rehwaldt 2014-06-11 14:36:26 +02:00
parent 832cd864e0
commit 04fdb3d049
3 changed files with 1 additions and 7 deletions

1
index.js Normal file
View File

@ -0,0 +1 @@
module.exports = require('./lib/Viewer');

View File

@ -1,6 +0,0 @@
var Viewer = require('./Viewer'),
Model = require('bpmn-moddle');
module.exports.Viewer = Viewer;
module.exports.BpmnModel = Model;

View File

@ -5,7 +5,6 @@
"scripts": {
"test": "grunt test"
},
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js"