From 9fa9330f7ba3b818baa50f434b8cb08805ebbecf Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 30 Aug 2016 16:44:16 -0400 Subject: [PATCH] gitignore sourcemap, add dependencies for gazer and ecstatic --- .gitignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 873f0ee1b..5696ce974 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ node_modules npm-debug.log dist/*.js dist/*.css +dist/*.map dist/img/*.svg data/data.js diff --git a/package.json b/package.json index 82049d5a2..1ee030571 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "brfs": "1.4.3", "chai": "~3.5.0", "d3": "4.2.1", - "ecstatic": "2.1.0", + "ecstatic": "~2.1.0", "editor-layer-index": "git://github.com/osmlab/editor-layer-index.git#gh-pages", "eslint": "~3.3.1", - "gaze": "1.1.1", + "gaze": "~1.1.1", "glob": "~7.0.5", "happen": "~0.3.1", "js-yaml": "~3.6.1",