fix: correct file name for dist style

This commit is contained in:
Oscar Lorentzon 2021-03-21 11:16:26 +01:00
parent 7283a673e9
commit a021b700dd

View File

@ -4,7 +4,7 @@
"description": "A WebGL interactive street imagery library",
"main": "dist/mapillary.js",
"module": "dist/mapillary.module.js",
"style": "dist/mapillary.min.css",
"style": "dist/mapillary.css",
"types": "dist/mapillary.d.ts",
"type": "module",
"license": "MIT",
@ -14,6 +14,7 @@
"imagery",
"mapillary",
"spatial-visualization",
"renderer",
"street-imagery",
"typescript",
"viewer",