Skip to content

Commit

Permalink
Merge pull request #202 from xcthulhu/argonaut
Browse files Browse the repository at this point in the history
Introducing argonaut and argonaut-traversals
  • Loading branch information
justinwoo authored Jun 23, 2018
2 parents 922f65e + 7c6adaf commit 55fae4c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
"repo": "https://github.com/hdgarrood/purescript-ansi",
"version": "v5.0.0"
},
"argonaut": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"argonaut-traversals"
],
"repo": "git://github.com/purescript-contrib/purescript-argonaut.git",
"version": "v4.0.1"
},
"argonaut-codecs": {
"dependencies": [
"argonaut-core",
Expand Down Expand Up @@ -86,6 +95,15 @@
"repo": "https://github.com/purescript-contrib/purescript-argonaut-core.git",
"version": "v4.0.0"
},
"argonaut-traversals": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"profunctor-lenses"
],
"repo": "git://github.com/purescript-contrib/purescript-argonaut-traversals.git",
"version": "v4.0.1"
},
"arraybuffer-types": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git",
Expand Down

0 comments on commit 55fae4c

Please sign in to comment.