Browse Source

Use 5.0.0-alpha as version number

Closes #582
pull/596/head
Sergi Almacellas Abellana 6 years ago
parent
commit
089b8b9070
  1. 2
      package.json
  2. 2
      papaparse.js

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "papaparse", "name": "papaparse",
"version": "4.6.2", "version": "5.0.0-alpha",
"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 @@
/* @license /* @license
Papa Parse Papa Parse
v4.6.2 v5.0.0-alpha
https://github.com/mholt/PapaParse https://github.com/mholt/PapaParse
License: MIT License: MIT
*/ */

Loading…
Cancel
Save