Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4826

In repo-addons dependency management

$
0
0

@lvegerano wrote:

Hi all, When you have in-repo dependencies like addons that depend on other in-repo addons should the dependency be listed in their respective paths array in package.json.

app
  |_ package.json
              |_ "ember-addon" : { "paths": ["../lib/addon-1", "../lib/addon-2"] }
  |_ lib
      |_ addon-1
      |_ addon-2
          |_ package.json
              |_ "ember-addon" : { "paths": ["../addon-1"] }

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles