We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7003a commit e63e548Copy full SHA for e63e548
history.md
@@ -1,3 +1,6 @@
1
+## v1.0.4 / December 15, 2014
2
+- moved to [regexps org][regexps-url]
3
+
4
## v1.0.3 / December 13, 2014
5
- update/rewrite regex
6
- update/add more tests
package.json
@@ -1,7 +1,7 @@
{
"name": "youtube-regex",
"description": "The correct Youtube video id regex! Regex done right!",
- "version": "1.0.3",
+ "version": "1.0.4",
"scripts": {
"test": "npm install && node_modules/.bin/mocha",
7
"test-cov": "npm install && node_modules/.bin/istanbul cover node_modules/.bin/_mocha",
0 commit comments