Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 12, 2020
1 parent 2048173 commit 1984bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Fast CSV parser",
"license": "MIT",
"repository": "sindresorhus/neat-csv",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
Expand Down Expand Up @@ -35,13 +36,13 @@
"parser"
],
"dependencies": {
"csv-parser": "^2.3.0",
"csv-parser": "^2.3.2",
"get-stream": "^5.1.0",
"to-readable-stream": "^2.1.0"
},
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.7.3",
"xo": "^0.24.0"
"tsd": "^0.11.0",
"xo": "^0.25.4"
}
}
3 changes: 0 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
Convenience wrapper around the super-fast streaming [`csv-parser`](https://github.com/mafintosh/csv-parser) module. Use that one if you want streamed parsing.


## Install

```
$ npm install neat-csv
```


## Usage

```js
Expand All @@ -25,7 +23,6 @@ const csv = 'type,part\nunicorn,horn\nrainbow,pink';
})();
```


## API

### neatCsv(data, options?)
Expand Down

0 comments on commit 1984bc7

Please sign in to comment.