Skip to content

Commit f581648

Browse files
authored
Use map-promisified (#61)
* Add dependency on map-promisified * Async methods refactored to utilize map-promisify * Updated .gitignore
1 parent 1071ae1 commit f581648

20 files changed

+8629
-5525
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ logs
55
dist/*.hot-update*
66
npm-debug.log*
77
*.code-workspace
8+
*.je-project-settings
89

910
# Runtime data
1011
pids
@@ -49,3 +50,4 @@ jspm_packages
4950
*.DS_Store
5051
vue-mapbox-demo
5152
checklist.txt
53+
.flowconfig

.tern-project

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"libs": [
3+
"browser",
4+
"jquery"
5+
],
6+
"loadEagerly": [],
7+
"plugins": {
8+
"requirejs": {
9+
"baseURL": "./",
10+
"paths": {}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)