aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-02-14 15:23:49 +0000
committerGitHub <noreply@github.com>2019-02-14 15:23:49 +0000
commit6bd5f8ccbd8c44c3311ef36b0e2de9ede4fa71ed (patch)
treede40a36d34cb734c2765a705506436f8b38e28a9 /package.json
parentf0c36a3d49fad46e0fb6cafeb7a021dd5d775993 (diff)
New Style Generator (#8)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 69085e7..49ec0a6 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,8 @@
},
"homepage": "https://github.com/gampleman/elm-mapbox#readme",
"devDependencies": {
+ "elm": "^0.19.0-bugfix2",
+ "elm-test": "^0.19.0-rev3",
"prettier": "^1.13.5",
"rollup": "^0.60.7",
"rollup-plugin-buble": "^0.19.2",
@@ -41,6 +43,6 @@
"mapbox-gl": "^0.52.0"
},
"prettier": {
- "tabWidth": 2
+ "tabWidth": 2
}
}