Skip to content

Commit

Permalink
[fix] change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jul 11, 2021
1 parent 943c336 commit 2de7122
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -36,4 +36,4 @@
},
"browser": "./browser/browser.js",
"main": "index.js"
}
}

0 comments on commit 2de7122

Please sign in to comment.