Skip to content

Commit

Permalink
Add angular-ui-tree dependency. (oppia#5110)
Browse files Browse the repository at this point in the history
* Add ui-tree dependency.

* Change file name.
  • Loading branch information
vibhor98 authored and prasanna08 committed Jun 16, 2018
1 parent ebdb445 commit 761224f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,17 @@
"js": ["src/sortable.js"]
}
},
"uiTree": {
"version": "",
"downloadFormat": "zip",
"url": "https://github.com/angular-ui-tree/angular-ui-tree/archive/master.zip",
"rootDirPrefix": "angular-ui-tree-master",
"targetDirPrefix": "ui-tree-2.22.6",
"bundle": {
"css": ["dist/angular-ui-tree.min.css"],
"js": ["dist/angular-ui-tree.js"]
}
},
"uiUtils": {
"version": "0.1.1",
"downloadFormat": "zip",
Expand Down

0 comments on commit 761224f

Please sign in to comment.