Skip to content

Commit

Permalink
Add @wordpress/token-list to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Oct 23, 2018
1 parent e21e264 commit 92b170b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions client/gutenberg/extensions/tiled-gallery/layouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
* External dependencies
*/
import find from 'lodash/find';
// @TODO:
// Adding `@wordpress/token-list` to dependencies in wp-calypso conflicts with
// current 3.0.0 version of `@wordpress/editor`.
// This will still work for Jetpack, but will fail when importing the block in Calypso
// eslint-disable-next-line import/no-extraneous-dependencies
import TokenList from '@wordpress/token-list';

/**
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@wordpress/nux": "2.0.2",
"@wordpress/plugins": "2.0.2",
"@wordpress/rich-text": "1.0.0-beta.1",
"@wordpress/token-list": "1.0.2",
"@wordpress/url": "2.0.2",
"@wordpress/viewport": "2.0.2",
"autoprefixer": "9.2.1",
Expand Down

0 comments on commit 92b170b

Please sign in to comment.