tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Rename /src/lib to /src/tools #79

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR renames the /src/lib directory to /src/tools and updates references to the old path.

This is still an accurate name, but it is more appropriate for this project because we already have a root level /lib directory which we use for non-transpiled code (which aligns with some community use of lib).

Please take note of this issue and be sure to rebase to master on any current works in progress!

Due Diligence Checklist

Steps to Test

  1. yarn test

Deploy Notes

N/A

Related Issues

Resolves #46