Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bedf0f3

Browse files
author
Keir Lawson
committedOct 12, 2015
Add support for browserify/webpack
1 parent d5dd20d commit bedf0f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require('./dist/angular-ui-tree');
2+
module.exports = 'ui.tree';

‎package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "https://github.com/angular-ui-tree/angular-ui-tree"
99
},
1010
"license": "SEE LICENSE IN LICENSE",
11+
"main": "index.js",
1112
"devDependencies": {
1213
"connect-livereload": "^0.5.2",
1314
"del": "^1.2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.