Skip to content

Commit

Permalink
Update scatterplot to use parcel@2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jun 4, 2024
1 parent f83234e commit 9b877a2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions config/plugins/visualizations/scatterplot/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "galaxy-scatterplot",
"version": "0.0.0",
"version": "0.0.1",
"description": "Scatterplot visualization plugin for the Galaxy informatics framework",
"main": " ",
"scripts": {
"build": "parcel build src/scatterplot.js -d static/"
},
"keywords": [
"galaxy",
"visualization",
Expand All @@ -21,10 +17,13 @@
"d3": "^3.5.17",
"jquery": "^3.2.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"parcel-bundler": "^1.6.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.26.3"
"babel-core": "^6.26.3",
"parcel": "2.12.0"
},
"scripts": {
"build": "parcel build src/scatterplot.js --dist-dir static/"
}
}

0 comments on commit 9b877a2

Please sign in to comment.