Browse Source

Patch version bump

pull/769/head 5.1.1
Sergi Almacellas Abellana 5 years ago
parent
commit
3497ded575
  1. 2
      package.json
  2. 2
      papaparse.js
  3. 4
      papaparse.min.js

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "papaparse",
"version": "5.1.0",
"version": "5.1.1",
"description": "Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.",
"keywords": [
"csv",

2
papaparse.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
/* @license
Papa Parse
v5.1.0
v5.1.1
https://github.com/mholt/PapaParse
License: MIT
*/

4
papaparse.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save