Skip to content

Commit eb30b57

Browse files
#54 added gistpad.viewers contributes to package.json
+ updated mocha and node types libs to latest
1 parent 4c058d2 commit eb30b57

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"mapbox",
2828
"geojson",
2929
"gis",
30+
"gisPad 📘",
3031
"map gist",
3132
"preview",
3233
"dataViz",
@@ -146,7 +147,20 @@
146147
"group": "navigation"
147148
}
148149
]
149-
}
150+
},
151+
"gistpad.viewers": [
152+
{
153+
"filenames": [
154+
".geo.json",
155+
".geojson",
156+
".kgl.json",
157+
"keplergl.json",
158+
"keplergl_time.json",
159+
".map.json"
160+
],
161+
"command": "map.view"
162+
}
163+
]
150164
},
151165
"scripts": {
152166
"vscode:prepublish": "npm run compile",
@@ -158,11 +172,11 @@
158172
"devDependencies": {
159173
"@types/glob": "^7.1.1",
160174
"@types/mocha": "^7.0.1",
161-
"@types/node": "^13.7.5",
175+
"@types/node": "^13.7.6",
162176
"@types/superagent": "^4.1.7",
163177
"@types/vscode": "^1.42.0",
164178
"glob": "^7.1.6",
165-
"mocha": "^7.0.1",
179+
"mocha": "^7.1.0",
166180
"typescript": "^3.8.2",
167181
"tslint": "^6.0.0",
168182
"vscode-test": "^1.3.0"

0 commit comments

Comments
 (0)