Skip to content

Commit

Permalink
Update elm-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ufocoder committed Jan 4, 2017
1 parent b959951 commit 8c05d4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/user/project.git",
"summary": "Sokoban game implementation on elm language",
"repository": "https://github.com/ufocoder/sokoban.git",
"license": "BSD3",
"source-directories": [
"./src"
Expand All @@ -10,6 +10,7 @@
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
"elm-lang/keyboard": "1.0.1 <= v < 2.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
Expand Down

0 comments on commit 8c05d4f

Please sign in to comment.