Browse Source

Patch version bump

pull/411/head
Sergi Almacellas Abellana 8 years ago
parent
commit
b11d0cb383
  1. 2
      package.json
  2. 2
      papaparse.js
  3. 2
      papaparse.min.js

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "papaparse", "name": "papaparse",
"version": "4.3.3", "version": "4.3.4",
"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.", "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": [ "keywords": [
"csv", "csv",

2
papaparse.js

@ -1,6 +1,6 @@
/*! /*!
Papa Parse Papa Parse
v4.3.3 v4.3.4
https://github.com/mholt/PapaParse https://github.com/mholt/PapaParse
License: MIT License: MIT
*/ */

2
papaparse.min.js vendored

@ -1,6 +1,6 @@
/*! /*!
Papa Parse Papa Parse
v4.3.3 v4.3.4
https://github.com/mholt/PapaParse https://github.com/mholt/PapaParse
License: MIT License: MIT
*/ */

Loading…
Cancel
Save