gitignore sourcemap, add dependencies for gazer and ecstatic

This commit is contained in:
Bryan Housel
2016-08-30 16:44:16 -04:00
parent fc0e381769
commit 9fa9330f7b
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -4,5 +4,6 @@ node_modules
npm-debug.log
dist/*.js
dist/*.css
dist/*.map
dist/img/*.svg
data/data.js

View File

@@ -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",