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

fix: move index to src instead of root #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jmcdo29
Copy link
Collaborator

@jmcdo29 jmcdo29 commented May 2, 2020

chore: clean up imports and configs

I have a preference of having my imports alphabetized by package name.
You're absolutely welcome to ask me to revert those changes, it's just
a preference of mine. I updated the build command to use the specific
tsconfig.build.json that will allow for the base tsconfig.json to
reference all ts files, while the build one only references the src
directory. Also switched out rm -rf for rimraf to take into account
those who may be on windows (and as the package was already installed).
All tests still pass, and the Node REPL pulls in the correct functions
when using require('./').

fix #9

jmcdo29 and others added 5 commits May 1, 2020 22:40
chore: clean up imports and configs

I have a preference of having my imports alphabetized by package name.
You're absolutely welcome to ask me to revert those changes, it's just
a preference of mine. I updated the build command to use the specific
`tsconfig.build.json` that will allow for the base `tsconfig.json` to
reference all ts files, while the build one only references the `src`
directory. Also switched out `rm -rf` for `rimraf` to take into account
those who may be on windows (and as the package was already installed).
All tests still pass, and the Node REPL pulls in the correct functions
when using `require('./')`.
…7.19

chore(deps): bump lodash from 4.17.15 to 4.17.19
chore(deps): bump acorn from 5.7.3 to 5.7.4
@yuezk
Copy link

yuezk commented Sep 9, 2020

Hi @jmcdo29 and @johnbiundo, I'm running into the same problem as #9, the dist folder wasn't included in the npm package. Can we got this PR merged and publish a new version?

@jmcdo29 jmcdo29 requested a review from johnbiundo September 9, 2020 20:19
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.

Installation of this module breaks project tests
2 participants