Skip to content

Commit

Permalink
Move comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Jun 3, 2020
1 parent 7f454bc commit f576556
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/src/admin/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* istanbul ignore file */
/**
* Internal dependencies
*/
import './style.css';
/* istanbul ignore file */
3 changes: 2 additions & 1 deletion assets/src/polyfills/wp-i18n.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* istanbul ignore file */
/**
* WordPress dependencies
*/
import * as i18n from '@wordpress/i18n';
/* istanbul ignore file */

window.wp = window.wp || {};

window.wp.i18n = i18n;
3 changes: 2 additions & 1 deletion assets/src/polyfills/wp-polyfill.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* istanbul ignore file */
/**
* External dependencies
*/
import * as polyfill from '@babel/polyfill';
/* istanbul ignore file */

export default polyfill;
3 changes: 2 additions & 1 deletion assets/src/polyfills/wp-url.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* istanbul ignore file */
/**
* WordPress dependencies
*/
import * as url from '@wordpress/url';
/* istanbul ignore file */

window.wp = window.wp || {};

window.wp.url = url;

0 comments on commit f576556

Please sign in to comment.