Skip to content

Commit

Permalink
correct elm-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Westby committed Aug 2, 2017
1 parent 36d45a9 commit aea1c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elm-package.json
@@ -1,12 +1,12 @@
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"summary": "Convenience functions for working with Http",
"repository": "https://github.com/lukewestby/http-extra.git",
"license": "BSD3",
"source-directories": [
"src"
],
"exposed-modules": [],
"exposed-modules": ["Http.Extra"],
"dependencies": {
"elm-lang/core": "5.1.1 <= v < 6.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0"
Expand Down

0 comments on commit aea1c2e

Please sign in to comment.