Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

3.3.2

Compare
Choose a tag to compare
@sorrycc sorrycc released this 26 Dec 08:12
· 227 commits to master since this release
  • [email protected] 修复 install 发请求前没有检查本地 semver 匹配的问题
  • [email protected] 新增类似 nodejs 的文件探测规则,比如 require('../) 会被替换为 require('../index')
  • [email protected] build 时发起的 install 也从 package.json 里读取 registry 配置
  • 文档的 markdown 里可以写 require('../')