Created
August 9, 2016 23:28
-
-
Save vito/6b1fe70226e0fc08fa1825ce3026d6b1 to your computer and use it in GitHub Desktop.
This file contains 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
~/w/c/s/g/c/a/w/elm (master) $ elm-package install | |
Packages configured successfully! | |
~/w/c/s/g/c/a/w/elm (master) $ git stash pop | |
On branch master | |
Your branch is up-to-date with 'origin/master'. | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) | |
(use "git checkout -- <file>..." to discard changes in working directory) | |
modified: elm-package.json | |
no changes added to commit (use "git add" and/or "git commit -a") | |
Dropped refs/stash@{0} (b81b6164da3f155541dcee6469aab9d1be1a4eaf) | |
~/w/c/s/g/c/a/w/elm (master) $ git diff | |
diff --git a/web/elm/elm-package.json b/web/elm/elm-package.json | |
index f7d6981..76e892e 100644 | |
--- a/web/elm/elm-package.json | |
+++ b/web/elm/elm-package.json | |
@@ -10,7 +10,7 @@ | |
"exposed-modules": [], | |
"native-modules": true, | |
"dependencies": { | |
- "chendrix/elm-matrix": "3.0.0 <= v < 4.0.0", | |
+ "chendrix/elm-matrix": "4.0.0 <= v < 5.0.0", | |
"elm-community/elm-test": "1.0.0 <= v < 2.0.0", | |
"elm-community/graph": "1.0.0 <= v < 2.0.0", | |
"elm-community/intdict": "1.0.0 <= v < 2.0.0", | |
~/w/c/s/g/c/a/w/elm (master) $ elm-package install | |
Some new packages are needed. Here is the upgrade plan. | |
Remove: | |
chendrix/elm-matrix | |
elm-community/elm-check | |
elm-community/elm-lazy-list | |
elm-community/elm-test | |
elm-community/graph | |
elm-community/intdict | |
elm-community/json-extra | |
elm-community/random-extra | |
elm-community/shrink | |
elm-lang/animation-frame | |
elm-lang/core | |
elm-lang/dom | |
elm-lang/html | |
elm-lang/lazy | |
elm-lang/navigation | |
elm-lang/trampoline | |
elm-lang/virtual-dom | |
elm-lang/websocket | |
evancz/elm-http | |
evancz/focus | |
evancz/url-parser | |
imeckler/queue | |
mgold/elm-date-format | |
sporto/erl | |
vito/elm-ansi | |
Do you approve of this plan? [Y/n] ^C⏎ ~/w/c/s/g/c/a/w/elm (master) $ elm | |
Elm Platform 0.17.1 - a way to run all Elm tools | |
Usage: elm <command> [<args>] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment