Skip to content

Commit 35f2328

Browse files
author
tunnckoCore
committed
remove coveralls, fix description
1 parent d2e4702 commit 35f2328

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "function-regex",
33
"version": "0.0.0",
4-
"description": "Function regex. Expose match groups for function name, arguments and function body.",
4+
"description": "Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.",
55
"scripts": {
66
"lint": "jshint index.js && jscs index.js --reporter inline",
77
"test": "mocha",
@@ -21,14 +21,18 @@
2121
"args",
2222
"arguments",
2323
"body",
24+
"express",
25+
"expression",
26+
"expressions",
2427
"function",
2528
"functions",
2629
"match",
2730
"name",
2831
"re",
2932
"regex",
3033
"regexp",
31-
"regexps"
34+
"regexps",
35+
"regular"
3236
],
3337
"license": {
3438
"type": "MIT",

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url]
1+
## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url]
22

3-
> Function regex. Expose match groups for function name, arguments and function body.
3+
> Function regex. Regular expression for matching function parts. Expose match groups for function name, arguments and function body.
44
55
## Install
66
```bash
@@ -59,4 +59,4 @@ Released under the [`MIT`][license-url] license.
5959

6060
***
6161

62-
_Powered and automated by [kdf](https://github.com/tunnckoCore), January 25, 2015_
62+
_Powered and automated by [kdf](https://github.com/tunnckoCore), January 26, 2015_

0 commit comments

Comments
 (0)