Skip to content

Commit

Permalink
remove gulp, updete dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Anto committed Dec 16, 2020
1 parent ca0ccb9 commit 5c4e373
Show file tree
Hide file tree
Showing 4 changed files with 703 additions and 2,359 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* [Format property value by type](#format-property-value-by-type)
* [Number](#number)
* [Boolean](#boolean)
1. [Development](#development)
1. [License](#license)
1. [Buy me a Coffee](#buy-me-a-coffee)

Expand Down Expand Up @@ -155,8 +156,22 @@ instead of
```json
"registered": "true"
```
## License

## Development
* Download all csvToJson dependencies:
~~~
npm install
~~~
* Run Tests
~~~
npm test
~~~
* Watch Tests
~~~
npm run test-watch
~~~
## License
CSVtoJSON is licensed under the GNU General Public License v3.0 [License](LICENSE).
## Buy me a Coffee
Expand Down
15 changes: 0 additions & 15 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit 5c4e373

Please sign in to comment.