Skip to content

Commit

Permalink
chore(project): add index.js entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jun 11, 2014
1 parent 832cd86 commit 04fdb3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions index.js
@@ -0,0 +1 @@
module.exports = require('./lib/Viewer');
6 changes: 0 additions & 6 deletions lib/main.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 04fdb3d

Please sign in to comment.