Browse Source

Build, version 4.1.0

pull/159/head 4.1.0
Matthew Holt 10 years ago
parent
commit
0e0ee8dcfa
  1. 2
      LICENSE
  2. 2
      package.json
  3. 2
      papaparse.js
  4. 4
      papaparse.min.js

2
LICENSE

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2014 Matthew Holt Copyright (c) 2015 Matthew Holt
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "papaparse", "name": "papaparse",
"version": "4.0.7", "version": "4.1.0",
"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.0.7 v4.1.0
https://github.com/mholt/PapaParse https://github.com/mholt/PapaParse
*/ */
(function(global) (function(global)

4
papaparse.min.js vendored

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