Skip to content

Commit ad8a3ee

Browse files
committed
1.0.0
1 parent c4c9759 commit ad8a3ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 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": "0.1.0",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/regexps/filename-regex",
66
"author": {
77
"name": "Jon Schlinkert",
@@ -26,19 +26,16 @@
2626
"test": "mocha -R spec"
2727
},
2828
"keywords": [
29-
"base",
3029
"basename",
3130
"expression",
3231
"file",
3332
"filename",
3433
"filepath",
35-
"fs",
3634
"match",
3735
"name",
3836
"path",
3937
"regex",
4038
"regexp",
41-
"regular",
42-
"test"
39+
"regular"
4340
]
4441
}

0 commit comments

Comments
 (0)