Skip to content

Commit

Permalink
Update package.json for latest build config
Browse files Browse the repository at this point in the history
  • Loading branch information
avkvirtru committed Jul 28, 2020
1 parent 45ca257 commit c095f79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "virtuoso-design-system",
"version": "1.0.0",
"description": "A set of reusable elements that enable Virtru designers and Virtru engineers to create consistent Virtru products.",
"main": "lib/index.js",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"files": [
"/dist"
],
"scripts": {
"auto": "auto",
"build": "rollup --config config/rollup.config.js",
Expand Down

0 comments on commit c095f79

Please sign in to comment.