Skip to content

Commit a27ebe2

Browse files
author
tunnckoCore
committed
update package.json
1 parent c1f144f commit a27ebe2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "mentions-regex",
33
"version": "1.0.1",
4-
"description": "The correct mention(s) regex. Regular expression for twitter, facebook, github, etc user mentions",
4+
"description": "100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.",
55
"scripts": {
6-
"lint": "jshint . && jscs . --reporter inline",
7-
"test": "mocha -r should"
6+
"lint": "jshint index.js && jscs index.js --reporter inline",
7+
"test": "mocha"
88
},
99
"author": {
10-
"name": "Charlike Make Reagent",
10+
"name": "Charlike Mike Reagent",
1111
"email": "[email protected]",
1212
"url": "https://github.com/tunnckoCore"
1313
},
@@ -17,7 +17,6 @@
1717
},
1818
"keywords": [
1919
"correct",
20-
"etc",
2120
"expression",
2221
"facebook",
2322
"github",
@@ -39,7 +38,6 @@
3938
},
4039
"dependencies": {},
4140
"devDependencies": {
42-
"mocha": "^2.0.1",
43-
"should": "^4.4.1"
41+
"mocha": "~2.2.1"
4442
}
4543
}

0 commit comments

Comments
 (0)