Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 3e6284e

Browse files
author
Steve Orvell
authored
Merge pull request #167 from webcomponents/fix-slot-insertbefore
Fix bug with inserting nodes before a <slot> in lightdom
2 parents a860214 + e2c1479 commit 3e6284e

File tree

5 files changed

+70
-53
lines changed

5 files changed

+70
-53
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"homepage": "https://webcomponents.org/polyfills",
3232
"devDependencies": {
3333
"@webcomponents/custom-elements": "^1.0.0",
34-
"@webcomponents/shadycss": "^1.0.0",
34+
"@webcomponents/shadycss": "^1.0.2",
3535
"@webcomponents/template": "^1.0.0",
3636
"@webcomponents/webcomponents-platform": "^1.0.0",
3737
"eslint": "^3.4.0",
3838
"eslint-plugin-html": "^2.0.0",
39-
"google-closure-compiler": "^20170409.0.0",
39+
"google-closure-compiler": "^20170626.0.0",
4040
"gulp": "^3.8.8",
4141
"gulp-rename": "^1.2.2",
4242
"gulp-rollup": "^2.5.1",

0 commit comments

Comments
 (0)