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

Remove all JavaScript files from the repository #1

Merged
merged 1 commit into from
Feb 25, 2018
Merged

Conversation

rpominov
Copy link
Owner

If the main repository will contain only the specification itself it will be easier to maintain and version. We can place the code in accompanying repositories under fantasyland organization.

This is not a new idea, @davidchambers already doing this in fantasyland#284 , this PR goes a bit further though.

Also, it's easier to remove what we would have to update otherwise. Please comment if you have a better course of action in mind.

index.js Outdated
bimap: 'fantasy-land/bimap',
promap: 'fantasy-land/promap'
};
var empty = {};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove index.js too?

Copy link
Owner Author

@rpominov rpominov Feb 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I thought about this. But not sure if it's OK for an NPM module to not have any files.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine. xyz only provides a readme and a shell script (no JavaScript files). npm doesn't mind. :)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's gone :)

@rpominov
Copy link
Owner Author

OK, I'm going to go ahead and merge this.

@rpominov rpominov merged commit 4d2abd8 into master Feb 25, 2018
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.

3 participants