Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Create config in existing project folder #25

Closed
believer opened this issue Sep 4, 2019 · 0 comments
Closed

Create config in existing project folder #25

believer opened this issue Sep 4, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@believer
Copy link
Member

believer commented Sep 4, 2019

We are using lib and src interchangeably so config would error if src folder didn't exist.

Change behavior to:

  • if lib exists -> lib/config.js
  • if src exists -> src/config.js
  • if neither lib nor src exists -> create src -> src/config.js
@believer believer added the bug Something isn't working label Sep 4, 2019
believer pushed a commit that referenced this issue Sep 4, 2019
## [1.10.3](v1.10.2...v1.10.3) (2019-09-04)

### Bug Fixes

* create config in existing project folder fixes [#25](#25) ([13564c7](13564c7))
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant