Skip to content

Commit

Permalink
tweak package description
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Nov 19, 2014
1 parent 3145c71 commit f4c773d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
[![Coverage Status](https://img.shields.io/coveralls/shinnn/parse-flow-error-position.js.svg)](https://coveralls.io/r/shinnn/parse-flow-error-position.js)
[![devDependency Status](https://david-dm.org/shinnn/parse-flow-error-position.js/dev-status.svg)](https://david-dm.org/shinnn/parse-flow-error-position.js#info=devDependencies)

Parse an error position from the error message of [Flow](http://flowtype.org/)
Parse the error position from [Flow] error message

```javascript
parseFlowErrorPosition('/foo/bar.js:8:5,10:1: object literal');
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "parse-flow-error-position",
"description": "Parse an error position from the error message of Flow",
"description": "Parse the error position from Flow error message",
"keywords": [
"flow",
"error",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "parse-flow-error-position",
"repository": "shinnn/parse-flow-error-position.js",
"version": "0.1.0",
"description": "Parse an error position from the error message of Flow",
"description": "Parse the error position from Flow error message",
"keywords": [
"flow",
"error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "parse-flow-error-position",
"version": "0.0.0",
"description": "Parse an error position from the error message of Flow",
"description": "Parse the error position from Flow error message",
"main": "dist/parse-flow-error-position-cjs.js",
"files": [
"dist/parse-flow-error-position-cjs.js",
Expand Down

0 comments on commit f4c773d

Please sign in to comment.