diff --git a/.npmignore b/.npmignore index ea9bfd0..97b7678 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ src/ test/ +coverage/ diff --git a/package.json b/package.json index 5da01ba..2ec7ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-csv", - "version": "0.0.1", + "version": "1.0.0", "description": "Build CSV files on the fly basing on Array/literal object of data ", "main": "index.js", "scripts": {