Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
Update package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kofigumbs committed Jun 18, 2017
1 parent 2b156d0 commit ba3041d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Run elm-test suites in the browser

1. `cd examples`
2. `elm-reactor`
3. Visit [http://localhost:8000/HtmlRunnerExample.elm](http://localhost:8000/HtmlRunnerExample.elm)
3. Visit [http://localhost:8000/Main.elm](http://localhost:8000/Main.elm)
4 changes: 2 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": "Run elm-test tests in a browser.",
"repository": "https://github.com/rtfeldman/html-test-runner.git",
"repository": "https://github.com/elm-community/html-test-runner.git",
"license": "BSD-3-Clause",
"source-directories": [
"src"
Expand All @@ -13,7 +13,7 @@
"elm-community/elm-test": "4.1.0 <= v < 5.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"mgold/elm-random-pcg": "4.0.2 <= v < 5.0.0"
"mgold/elm-random-pcg": "4.0.2 <= v < 6.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}
File renamed without changes.
4 changes: 2 additions & 2 deletions example/elm-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"summary": "Unit testing support with Console/Html/etc outputs.",
"repository": "https://github.com/project-fuzzball/node.git",
"summary": "Run elm-test tests in a browser.",
"repository": "https://github.com/elm-community/html-test-runner.git",
"license": "BSD-3-Clause",
"source-directories": [
".",
Expand Down
4 changes: 2 additions & 2 deletions tests/elm-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"summary": "Run elm-test tests in a browser.",
"repository": "https://github.com/rtfeldman/html-test-runner.git",
"repository": "https://github.com/elm-community/html-test-runner.git",
"license": "BSD-3-Clause",
"source-directories": [
".",
Expand All @@ -13,7 +13,7 @@
"elm-community/elm-test": "4.1.0 <= v < 5.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"mgold/elm-random-pcg": "4.0.2 <= v < 5.0.0"
"mgold/elm-random-pcg": "4.0.2 <= v < 6.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}

0 comments on commit ba3041d

Please sign in to comment.