Skip to content

Commit

Permalink
Move packed nvd3 build to static directory
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 16405ce commit 8518432
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/plugins/visualizations/nvd3_bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "galaxy-charts-plugins",
"name": "nvd3",
"version": "0.1.0",
"description": "Charts visualization plugin.",
"description": "NVD3 visualization plugin.",
"keywords": [
"galaxy",
"visualization",
Expand All @@ -18,6 +18,6 @@
"parcel-bundler": "^1.4.1"
},
"scripts": {
"build": "parcel build static/nvd3.js"
"build": "parcel build static/nvd3.js -d static/dist"
}
}

0 comments on commit 8518432

Please sign in to comment.