Skip to content

Commit

Permalink
Packages: Always publish main and module distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed May 31, 2018
1 parent 02c9edb commit 7bc4330
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"main": "src/index.js",
"main": "build/index.js",
"module": "build-module/index.js",
"dependencies": {
"@wordpress/deprecated": "^1.0.0-alpha.0",
"@wordpress/element": "^1.0.0-alpha.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/deprecated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"main": "src/index.js",
"main": "build/index.js",
"module": "build-module/index.js",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/library-export-default-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"main": "src/index.js",
"main": "build/index.js",
"module": "build-module/index.js",
"dependencies": {
"lodash": "4.17.5",
"webpack-sources": "1.1.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/postcss-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"main": "src/index.js",
"main": "build/index.js",
"module": "build-module/index.js",
"dependencies": {
"postcss": "^6.0.16"
},
Expand Down

0 comments on commit 7bc4330

Please sign in to comment.