Skip to content

Commit

Permalink
Delete unneeded rebar.config.script
Browse files Browse the repository at this point in the history
This was missed in #18, much like the jsonx removal from the app.src done in #19. No deps at all means no need to re-format them.
  • Loading branch information
nalundgaard committed Aug 18, 2019
1 parent 8e5b0eb commit 6b6b266
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ Future improvements to this library are TBD at this time.

## Changelog

18 August 2019 - 2.1.2

* Remove unneeded rebar.config.script ([#31](https://github.com/nalundgaard/jsn/pull/31))

27 February 2018 - 2.1.1

* Resolved #24, jsn:new fails while making an array of objects in struct ( resolved by PR #25)
Expand Down
7 changes: 0 additions & 7 deletions rebar.config.script

This file was deleted.

2 changes: 1 addition & 1 deletion src/jsn.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, jsn, [
{description, "Utilities for interacting with decoded JSON in erlang"},
{vsn, "2.1.1"},
{vsn, "2.1.2"},
{applications, [kernel,
stdlib
]},
Expand Down

0 comments on commit 6b6b266

Please sign in to comment.