Skip to content

Commit 2de7122

Browse files
committed
[fix] change version
1 parent 943c336 commit 2de7122

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Transform your `.csv` file to a custom JSON structure :) ! In browser and NodeJS
1111
- [Options](#options)
1212
- [Documentation](#documentation)
1313
- [Examples](#examples)
14+
- [Issues](#issues)
1415
- [About](#about)
1516
- [License](#license)
1617

@@ -116,10 +117,18 @@ npm run test
116117

117118
And see `*.test.js` files to know which code is used !
118119

120+
## Issues
121+
122+
Oh no 😟 !
123+
124+
Go here [csv-to-custom-json/issues](https://github.com/Its-Just-Nans/csv-to-custom-json/issues)
125+
119126
## About
120127

121128
I coded this instead of doing my homework 😳
122129

130+
You can discuss here : [csv-to-custom-json/discussions](https://github.com/Its-Just-Nans/csv-to-custom-json/discussions)
131+
123132
## License
124133

125134
Licensed under the MIT License - [LICENSE](LICENSE)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csv-to-custom-json",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Easily transform your CSV to a custom JSON with cool options",
55
"author": "n4n5",
66
"homepage": "https://github.com/Its-Just-Nans/csv-to-custom-json",
@@ -36,4 +36,4 @@
3636
},
3737
"browser": "./browser/browser.js",
3838
"main": "index.js"
39-
}
39+
}

0 commit comments

Comments
 (0)