Skip to content

Commit

Permalink
fix: conflicting license
Browse files Browse the repository at this point in the history
  • Loading branch information
Strobotti committed Mar 28, 2023
1 parent d7cae94 commit f4ac569
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/examples/filesystem/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/examples/filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"jsonapi-ts-deserializer": "^1.1.1"
"jsonapi-ts-deserializer": "^1.1.2"
}
}
8 changes: 4 additions & 4 deletions docs/examples/jsonapiorg/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/examples/jsonapiorg/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"jsonapi-ts-deserializer": "^1.1.1"
"jsonapi-ts-deserializer": "^1.1.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"JSON:API"
],
"author": "Juha Jantunen <juha@strobotti.com> (https://www.strobotti.com)",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/Strobotti/jsonapi-ts-deserializer/issues"
},
Expand Down

0 comments on commit f4ac569

Please sign in to comment.