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

Commit

Permalink
feat: detect installed version of framework (#822)
Browse files Browse the repository at this point in the history
* feat: (WIP) add framework version detection

* feat: include version of installed framework in listFrameworks response

* chore: upgrade node version to use to 14

* test: add mock installed package

* test: add test case for multiple frameworks

* fix: update import path

* 9.3.1-framework-version-detection.0

* feat: support monorepo case

* 9.3.1-framework-version-detection.1

* refactor: general cleanup before starting code review
  • Loading branch information
ericapisani authored Oct 27, 2022
1 parent 6e19105 commit 8f4c78a
Show file tree
Hide file tree
Showing 17 changed files with 1,056 additions and 266 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ cypress/support

# Local Netlify folder
.netlify

# These are mock node_modules folder for testing purposes
!test/fixtures/simple/node_modules
!test/fixtures/multiple/node_modules
!test/fixtures/monorepos/node_modules
Loading

0 comments on commit 8f4c78a

Please sign in to comment.