We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7cb6f commit a4ba017Copy full SHA for a4ba017
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vimeo-regex",
3
- "description": "The correct vimeo video id regex!",
+ "description": "The correct vimeo video id regex",
4
"version": "0.0.1",
5
"scripts": {
6
"test": "npm install && node_modules/.bin/mocha",
@@ -33,10 +33,10 @@
33
},
34
"dependencies": {},
35
"devDependencies": {
36
- "coveralls": "^2.11.2",
37
- "istanbul": "^0.3.2",
38
- "mocha": "^2.0.1",
39
- "mocha-lcov-reporter": "0.0.1"
+ "coveralls": "^2.11.3",
+ "istanbul": "^0.3.17",
+ "mocha": "^2.2.5",
+ "mocha-lcov-reporter": "0.0.2"
40
41
"engines": {
42
"node": ">= 0.10.33",
0 commit comments