@wordpress/dom-ready
Advanced tools
Comparing version 2.0.2 to 2.1.0
### WordPress - Web publishing software | ||
Copyright 2011-2018 by the contributors | ||
Copyright 2011-2019 by the contributors | ||
@@ -5,0 +5,0 @@ This program is free software; you can redistribute it and/or modify |
{ | ||
"name": "@wordpress/dom-ready", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Execute callback after the DOM is loaded.", | ||
@@ -14,3 +14,4 @@ "author": "The WordPress Contributors", | ||
"type": "git", | ||
"url": "https://github.com/WordPress/gutenberg.git" | ||
"url": "https://github.com/WordPress/gutenberg.git", | ||
"directory": "packages/dom-ready" | ||
}, | ||
@@ -23,3 +24,3 @@ "bugs": { | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0" | ||
"@babel/runtime": "^7.3.1" | ||
}, | ||
@@ -29,3 +30,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "0aa5c4340f57a69ab935f9e819d74958aad2e022" | ||
"gitHead": "80d228669adadb8dfcd24b8421517fed3be2d474" | ||
} |
@@ -0,1 +1,4 @@ | ||
/** | ||
* Internal dependencies | ||
*/ | ||
import domReady from '../'; | ||
@@ -2,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27109
97
Updated@babel/runtime@^7.3.1