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

Word generation now defaults to generating 3 syllables #230

Merged
merged 4 commits into from
Jul 28, 2017

Conversation

trevtrich
Copy link
Contributor

No description provided.

package.json Outdated
@@ -48,6 +48,7 @@
"babel-plugin-transform-exponentiation-operator": "6.24.1",
"babel-preset-es2015-node": "6.1.1",
"babel-preset-es2015-rollup": "3.0.0",
"babel-preset-stage-3": "^6.24.1",
Copy link
Owner

Choose a reason for hiding this comment

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

this should be an exact version. i must not have an .npmrc file that specifies that. mind adding one as part of this PR?

@trevtrich
Copy link
Contributor Author

Well shoot. Will have to dig in a bit it looks like. The line this is failing on now is the line where I used destructuring.

@travi
Copy link
Owner

travi commented Jul 28, 2017

Happy to help take a look when i get in if you haven't already sorted it out. Without looking at the build output again, the one thing I'd check is if the babel preset was applied to the rollup config.

Trevor Richardson added 2 commits July 28, 2017 10:00
Previously issues were being caused by times when keys were being generated as `id` for example.
This caused issues when wanting to do things like `{[any.word()]: any.string(), id:
any.simpleObject()}` as the desired 'id' key would get stomped.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 9eda5d8 on richardson-trevor:default-word into 677f5d8 on travi:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 6b39377 on richardson-trevor:default-word into 677f5d8 on travi:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 382ec8a on richardson-trevor:default-word into 677f5d8 on travi:master.

@travi travi merged commit 1da4cc0 into travi:master Jul 28, 2017
@trevtrich trevtrich deleted the default-word branch August 2, 2017 13:57
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