Skip to content

Commit

Permalink
Notices: Add missing dependencies for the package
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Oct 22, 2018
1 parent 3b8bd33 commit 3d4c7ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ function gutenberg_register_scripts_and_styles() {
gutenberg_url( 'build/notices/index.js' ),
array(
'lodash',
'wp-a11y',
'wp-data',
'wp-polyfill-ecmascript',
),
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/notices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"main": "build/index.js",
"dependencies": {
"@babel/runtime": "^7.0.0",
"@wordpress/data": "file:../data"
"@wordpress/a11y": "file:../a11y",
"@wordpress/data": "file:../data",
"lodash": "^4.17.10"
},
"devDependencies": {
"deep-freeze": "^0.0.1"
Expand Down

0 comments on commit 3d4c7ee

Please sign in to comment.