Skip to content

Commit 04ab6fc

Browse files
committed
0.3.0
1 parent e12fe01 commit 04ab6fc

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "regex-cache",
33
"description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"homepage": "https://github.com/jonschlinkert/regex-cache",
66
"author": {
77
"name": "Jon Schlinkert",
@@ -32,12 +32,21 @@
3232
"dependencies": {
3333
"benchmarked": "^0.1.3",
3434
"chalk": "^0.5.1",
35-
"micromatch": "^1.2.2"
35+
"micromatch": "^1.2.2",
36+
"to-key": "^1.0.0"
3637
},
3738
"devDependencies": {
38-
"mentions-regex": "^1.0.1",
3939
"mocha": "^2.1.0",
4040
"should": "*"
4141
},
42-
"keywords": []
42+
"keywords": [
43+
"cache",
44+
"expression",
45+
"regex",
46+
"regexp",
47+
"regular",
48+
"regular expression",
49+
"store",
50+
"to-regex"
51+
]
4352
}

0 commit comments

Comments
 (0)