select-csv 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ select-csv has **no dependencies** .
21
21
  Install:
22
22
  -------
23
23
 
24
- select-csv is available on [npm](https://www.npmjs.com/package/papaparse). It
24
+ select-csv is available on [npm](https://www.npmjs.com/package/select-csv). It
25
25
  can be installed with the following command:
26
26
 
27
27
  npm install select-csv
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "select-csv",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "fastest, simplest and most powerful package of all existing libraries in npmjs. It converts .csv files into an array and even into lines. It contains two important functions parseCsv that handles a csv file, you only need a link to the file. And parseText deals with text, and they both have the same roles and and methods",
5
5
  "keywords": [
6
6
  "csv",