Skip to content

Commit

Permalink
Point the package entry to src directly (#7826)
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest authored and gziolo committed Jul 10, 2018
1 parent feb1440 commit 6042f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"dependencies": {
"@wordpress/deprecated": "file:../deprecated",
"@wordpress/element": "file:../element",
Expand Down
1 change: 1 addition & 0 deletions packages/deprecated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "build/index",
"react-native": "src/index",
"dependencies": {
"@wordpress/deprecated": "file:../deprecated",
"@wordpress/is-shallow-equal": "file:../is-shallow-equal",
Expand Down

0 comments on commit 6042f35

Please sign in to comment.