Skip to content

Instantly share code, notes, and snippets.

@martinos

martinos/-.diff Secret

Last active November 19, 2015 23:43
Show Gist options
  • Save martinos/09cb696c3db634c00cf0 to your computer and use it in GitHub Desktop.
Save martinos/09cb696c3db634c00cf0 to your computer and use it in GitHub Desktop.
diff --git a/elm-package.json b/elm-package.json
index 78453ca..7f98d50 100644
--- a/elm-package.json
+++ b/elm-package.json
@@ -1,18 +1,18 @@
{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
- "repository": "https://github.com/USER/PROJECT.git",
+ "repository": "https://github.com/user/project.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
- "elm-lang/core": "2.1.0 <= v < 3.0.0",
- "evancz/elm-html": "4.0.1 <= v < 5.0.0",
- "evancz/elm-http": "1.0.0 <= v < 2.0.0",
- "evancz/elm-markdown": "1.1.5 <= v < 2.0.0",
- "evancz/start-app": "1.0.1 <= v < 2.0.0"
+ "elm-lang/core": "3.0.0 <= v < 4.0.0",
+ "evancz/elm-html": "4.0.2 <= v < 5.0.0",
+ "evancz/elm-http": "3.0.0 <= v < 4.0.0",
+ "evancz/elm-markdown": "2.0.0 <= v < 3.0.0",
+ "evancz/start-app": "2.0.2 <= v < 3.0.0"
},
- "elm-version": "0.15.1 <= v < 0.16.0"
+ "elm-version": "0.16.0 <= v < 0.17.0"
}
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment