diff --git a/README.md b/README.md index 4a022b0..9850af7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Transform your `.csv` file to a custom JSON structure :) ! In browser and NodeJS - [Options](#options) - [Documentation](#documentation) - [Examples](#examples) +- [Issues](#issues) - [About](#about) - [License](#license) @@ -116,10 +117,18 @@ npm run test And see `*.test.js` files to know which code is used ! +## Issues + +Oh no 😟 ! + +Go here [csv-to-custom-json/issues](https://github.com/Its-Just-Nans/csv-to-custom-json/issues) + ## About I coded this instead of doing my homework 😳 +You can discuss here : [csv-to-custom-json/discussions](https://github.com/Its-Just-Nans/csv-to-custom-json/discussions) + ## License Licensed under the MIT License - [LICENSE](LICENSE) diff --git a/package-lock.json b/package-lock.json index 9d5fd6c..7b5955a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "csv-to-custom-json", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 530070a..def7576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csv-to-custom-json", - "version": "1.0.2", + "version": "1.0.3", "description": "Easily transform your CSV to a custom JSON with cool options", "author": "n4n5", "homepage": "https://github.com/Its-Just-Nans/csv-to-custom-json", @@ -36,4 +36,4 @@ }, "browser": "./browser/browser.js", "main": "index.js" -} \ No newline at end of file +}