Skip to content

Commit

Permalink
feat: commonjs build included
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed Aug 7, 2021
1 parent 032d9f0 commit 1b3baa5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"access": "public"
},
"files": [
"build"
"build",
"commonjs"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"access": "public"
},
"files": [
"build"
"build",
"commonjs"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"access": "public"
},
"files": [
"build"
"build",
"commonjs"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"access": "public"
},
"files": [
"build"
"build",
"commonjs"
],
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"access": "public"
},
"files": [
"build"
"build",
"commonjs"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b3baa5

Please sign in to comment.