@public @method dependencies @return {Object} Alias to the project's dependencies function
(pkg)
| 1080 | @return {Object} Alias to the project's dependencies function |
| 1081 | */ |
| 1082 | dependencies(pkg) { |
| 1083 | return this.project.dependencies(pkg); |
| 1084 | } |
| 1085 | |
| 1086 | /** |
| 1087 | Imports an asset into the application. |
nothing calls this directly
no outgoing calls
no test coverage detected