Skip to content

Commit aa0f293

Browse files
committed
2.0.0
1 parent 983fcef commit aa0f293

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filename-regex",
33
"description": "Regular expression for matching file names, with or without extension.",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"homepage": "https://github.com/regexps/filename-regex",
66
"author": {
77
"name": "Jon Schlinkert",
@@ -22,20 +22,20 @@
2222
"engines": {
2323
"node": ">=0.10.0"
2424
},
25+
"files": ["index.js"],
2526
"scripts": {
2627
"test": "mocha -R spec"
2728
},
2829
"keywords": [
2930
"basename",
30-
"expression",
31+
"regular expression",
3132
"file",
3233
"filename",
3334
"filepath",
3435
"match",
3536
"name",
3637
"path",
3738
"regex",
38-
"regexp",
39-
"regular"
39+
"regexp"
4040
]
4141
}

0 commit comments

Comments
 (0)