Skip to content

Commit

Permalink
Add buffer dep, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jun 4, 2024
1 parent 3c4e714 commit df39f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/plugins/visualizations/openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "visualization",
"version": "0.1.0",
"description": "Map visualization usig OpenLayers",
"description": "Map visualization using OpenLayers",
"keywords": [
"galaxy",
"visualization"
Expand All @@ -25,6 +25,7 @@
"build": "parcel build src/script.js --dist-dir static --no-source-maps"
},
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.12.0",
"process": "^0.11.10",
"string_decoder": "^1.3.0"
Expand Down

0 comments on commit df39f47

Please sign in to comment.