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

refactor: move lib to src #95

Closed
wants to merge 1 commit into from

Conversation

johnhooks
Copy link

This commit moves the lib directory to src. This is a common pattern and makes the lib directory available for outputting TypeScript build assets in the future.

This commit does the following:

  • Move the lib directory to src
  • Move the index.js file to src
  • Update the package.json to point to the new src/index.js file
  • Update the tests to point to the new src directory

This commit moves the lib directory to src. This is a common pattern
and makes the `lib` directory available for outputting TypeScript build
assets in the future.

This commit does the following:

- Move the `lib` directory to `src`
- Move the `index.js` file to `src`
- Update the `package.json` to point to the new `src/index.js` file
- Update the tests to point to the new `src` directory
@johnhooks johnhooks marked this pull request as draft May 11, 2024 12:00
@johnhooks johnhooks closed this May 11, 2024
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.

1 participant