Skip to content

Commit

Permalink
Merge pull request #10 from joneshf/update-to-0.19.0
Browse files Browse the repository at this point in the history
Update elm to 0.19.0
  • Loading branch information
joneshf authored Aug 28, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents ff98717 + df68aed commit aa264ef
Showing 5 changed files with 760 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
language: node_js

node_js:
- "10"
17 changes: 17 additions & 0 deletions elm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "package",
"name": "joneshf/elm-tagged",
"summary": "A library to help with compile time verification",
"license": "BSD-3-Clause",
"version": "2.1.0",
"exposed-modules": [
"Tagged",
"Tagged.Dict",
"Tagged.Set"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}
Loading

0 comments on commit aa264ef

Please sign in to comment.