Skip to content

Commit

Permalink
chore(project): add index.js as main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jun 5, 2014
1 parent c02c006 commit 4289709
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions index.js
@@ -0,0 +1 @@
module.exports = require('./lib/Diagram');
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,6 @@
"name": "diagram-js",
"version": "0.1.0",
"description": "A modeling framework for the web",
"main": "lib/Diagram.js",
"scripts": {
"test": "grunt test"
},
Expand Down

0 comments on commit 4289709

Please sign in to comment.