Skip to content

Commit

Permalink
hotfix: correct dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-ox committed Nov 29, 2020
1 parent 9542753 commit 659b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "metrics-graphics",
"version": "3.0.0-beta1.0",
"description": "A library optimized for concise, principled data graphics and layouts",
"main": "dist/MG.js",
"main": "dist/bundle.js",
"types": "dist/MG.d.ts",
"scripts": {
"build": "concurrently \"webpack\" \"gulp compileSass\"",
Expand Down

0 comments on commit 659b5cc

Please sign in to comment.