Created
          May 10, 2016 19:59 
        
      - 
      
 - 
        
Save amcsi/8bc457a8c582657aceb27f7d7aaeff34 to your computer and use it in GitHub Desktop.  
    failing elm-package.json
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "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