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 983fcef commit aa0f293Copy full SHA for aa0f293
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "filename-regex",
3
"description": "Regular expression for matching file names, with or without extension.",
4
- "version": "1.0.0",
+ "version": "2.0.0",
5
"homepage": "https://github.com/regexps/filename-regex",
6
"author": {
7
"name": "Jon Schlinkert",
@@ -22,20 +22,20 @@
22
"engines": {
23
"node": ">=0.10.0"
24
},
25
+ "files": ["index.js"],
26
"scripts": {
27
"test": "mocha -R spec"
28
29
"keywords": [
30
"basename",
- "expression",
31
+ "regular expression",
32
"file",
33
"filename",
34
"filepath",
35
"match",
36
"name",
37
"path",
38
"regex",
- "regexp",
39
- "regular"
+ "regexp"
40
]
41
}
0 commit comments