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

Zero length matches #6

Merged
merged 2 commits into from
Dec 13, 2017
Merged

Conversation

RichardBradley
Copy link
Contributor

@@ -10,7 +10,7 @@
"lint": "standard",
"prebuild": "rimraf dist",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel-register 'src/**/*.test.js'"
"test": "mocha --compilers js:babel-register \"src/**/*.test.js\""
Copy link
Contributor Author

Choose a reason for hiding this comment

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

(Fix test pattern for Windows users, see mochajs/mocha#2895 )

Copy link
Owner

Choose a reason for hiding this comment

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

Nice!

@RichardBradley
Copy link
Contributor Author

Do I need to make any changes to bvaughn/react-highlight-words to pick up a new version?

Copy link
Owner

@bvaughn bvaughn left a comment

Choose a reason for hiding this comment

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

Thanks! 😄

@bvaughn bvaughn merged commit 7cbba83 into bvaughn:master Dec 13, 2017
@bvaughn
Copy link
Owner

bvaughn commented Dec 13, 2017

Do I need to make any changes to bvaughn/react-highlight-words to pick up a new version?

No, you shouldn't need to since this can go into a bugfix release. It should just be picked up by default.

@bvaughn
Copy link
Owner

bvaughn commented Dec 13, 2017

Published via 1.1.2

@bvaughn
Copy link
Owner

bvaughn commented Dec 13, 2017

Just bumped the demo to use this version

@RichardBradley RichardBradley deleted the zero-length-matches branch December 13, 2017 10:47
@RichardBradley
Copy link
Contributor Author

Thanks

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.

Typing ".*" in crashes the demo
2 participants