Skip to content

Commit

Permalink
Update package.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Jun 26, 2018
1 parent a6568a6 commit cb35c1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/elm.json/package.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# `elm.json` for packages

This is roughly `elm.json` for the `elm-lang/json` package:
This is roughly `elm.json` for the `elm/json` package:

```json
{
"type": "package",
"name": "elm-lang/json",
"name": "elm/json",
"summary": "Encode and decode JSON values",
"license": "BSD-3-Clause",
"version": "1.0.0",
Expand All @@ -15,7 +15,7 @@ This is roughly `elm.json` for the `elm-lang/json` package:
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm-lang/core": "6.0.0 <= v < 7.0.0"
"elm/core": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}
Expand Down

0 comments on commit cb35c1e

Please sign in to comment.