Skip to content

Commit

Permalink
fix: Add CommonJS build to @instructure/ui-themes
Browse files Browse the repository at this point in the history
Change-Id: If6005132157cc0f530d7379aff4611ecfbc63ac1
  • Loading branch information
rojlarge authored and matyasf committed Mar 12, 2021
1 parent c9d617d commit 7e99643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Instructure, Inc. Engineering and Product Design",
"type": "commonjs",
"module": "./es/index.js",
"main": "./es/index.js",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/instructure/instructure-ui.git"
Expand All @@ -16,7 +16,7 @@
"lint": "ui-test --lint",
"lint:fix": "ui-test --lint --fix",
"clean": "ui-build --clean",
"build": "ui-build",
"build": "ui-build --modules es,cjs",
"build:watch": "ui-build --watch"
},
"license": "MIT",
Expand Down

0 comments on commit 7e99643

Please sign in to comment.