aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-07-21 23:25:58 +0200
committerJoris Guyonvarch2015-07-21 23:25:58 +0200
commit2a53fe50c62d4b7aec0f422998c743f68aa523c1 (patch)
treead32464c99668b477c4006146ec218c947bc9c8f /elm-package.json
parenta271d6034bc4cc631a64476d25d21c83a701fa39 (diff)
downloadbudget-2a53fe50c62d4b7aec0f422998c743f68aa523c1.tar.gz
budget-2a53fe50c62d4b7aec0f422998c743f68aa523c1.tar.bz2
budget-2a53fe50c62d4b7aec0f422998c743f68aa523c1.zip
Adding the payment without reloading the page
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/elm-package.json b/elm-package.json
index a520a22..c1cdb9c 100644
--- a/elm-package.json
+++ b/elm-package.json
@@ -7,8 +7,9 @@
"exposed-modules": ["Main"],
"elm-version": "0.15.1 <= v < 0.16.0",
"dependencies": {
- "elm-lang/core": "2.0.1 <= v < 3.0.0",
- "evancz/elm-html": "3.0.0 <= v < 4.0.0",
+ "elm-lang/core": "2.1.0 <= v < 3.0.0",
+ "evancz/elm-html": "4.0.0 <= v < 5.0.0",
"evancz/elm-http": "1.0.0 <= v < 2.0.0"
- }
+ },
+ "native-modules": true
}