Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edp update 时,支持 edp.dependencies 字段 #13

Merged
merged 2 commits into from Apr 18, 2014

Conversation

firede
Copy link
Member

@firede firede commented Apr 18, 2014

我按照 @errorrik 当前的实现(参考 ecomfe/spec#6 的讨论)把 edp update 中对 edp 字段的支持加了。

// package.json
{
  "dependencies": {
    "edp-provider-rider": "~0.3.2"
  },
  "edp": {
    "dependencies": {
      "saber-lang": "0.3.0"
    }
  }
}

以上场景中,执行 edp update -f 就会找 edp.dependencies 下的依赖了。

leeight added a commit that referenced this pull request Apr 18, 2014
edp update 时,支持 edp.dependencies 字段
@leeight leeight merged commit fc14333 into ecomfe:1.0.0-dev Apr 18, 2014
@leeight
Copy link
Member

leeight commented Apr 18, 2014

package已经发布

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants