Skip to content

Commit

Permalink
Merge pull request #45 from dwyl/elmish-todo-list-issue#44
Browse files Browse the repository at this point in the history
PR: Elm(ish) Todo List (TodoMVC) Example issue #44
  • Loading branch information
iteles authored Sep 8, 2018
2 parents 814467e + f986777 commit 8ad15df
Show file tree
Hide file tree
Showing 25 changed files with 8,094 additions and 223 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jspm_packages
# Optional REPL history
.node_repl_history
.DS_Store
package-lock.json
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- 6
before_install:
- pip install --user codecov
- node
after_success:
- codecov --file coverage/lcov.info --disable search
- bash <(curl -s https://codecov.io/bash)
131 changes: 84 additions & 47 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 8ad15df

Please sign in to comment.