Skip to content

Commit

Permalink
Change name of package to lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsnew committed Dec 23, 2014
1 parent e5e9a4b commit 67c457e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"summary": "Basic primitives for working with laziness",
"repository": "http://github.com/maxsnew/Lazy.git",
"repository": "http://github.com/maxsnew/lazy.git",
"license": "BSD3",
"source-directories": [
"src"
Expand All @@ -13,4 +13,4 @@
"dependencies": {
"elm-lang/core": "1.0.0 <= v < 2.0.0"
}
}
}

0 comments on commit 67c457e

Please sign in to comment.