Skip to content

Instantly share code, notes, and snippets.

@amcsi
Created May 10, 2016 19:59
Show Gist options
  • Save amcsi/8bc457a8c582657aceb27f7d7aaeff34 to your computer and use it in GitHub Desktop.
Save amcsi/8bc457a8c582657aceb27f7d7aaeff34 to your computer and use it in GitHub Desktop.
failing elm-package.json
{
"version": "1.0.0",
"summary": "Tic Tac Toe practice project",
"repository": "https://github.com/amcsi/elm-tic-tac-toe.git",
"license": "MIT",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment