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

Commit bc5aeca

Browse files
committed
update dependencies
1 parent e028408 commit bc5aeca

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"ignore": [],
2121
"devDependencies": {
2222
"web-component-tester": "^v6.0.0-prerelease.10",
23-
"custom-elements": "webcomponents/custom-elements#^v1.0.0-rc.1",
23+
"custom-elements": "webcomponents/custom-elements#^v1.0.0",
2424
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
25-
"html-imports": "webcomponents/html-imports#^v1.0.0-rc.2",
26-
"shadydom": "webcomponents/shadydom#^v1.0.0-rc.1",
27-
"shadycss": "webcomponents/shadycss#^v1.0.0-rc.1",
28-
"template": "webcomponents/template#^v1.0.0-rc.1",
29-
"webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0-rc.1"
25+
"html-imports": "webcomponents/html-imports#^v1.0.0",
26+
"shadydom": "webcomponents/shadydom#^v1.0.0",
27+
"shadycss": "webcomponents/shadycss#^v1.0.0",
28+
"template": "webcomponents/template#^v1.0.0",
29+
"webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0"
3030
}
3131
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
},
2828
"homepage": "https://webcomponents.org/polyfills",
2929
"devDependencies": {
30-
"@webcomponents/custom-elements": "^1.0.0-rc.5",
31-
"@webcomponents/html-imports": "^1.0.0-rc.6",
32-
"@webcomponents/shadycss": "^1.0.0-rc.6",
33-
"@webcomponents/shadydom": "^1.0.0-rc.8",
34-
"@webcomponents/template": "^1.0.0-rc.2",
35-
"@webcomponents/webcomponents-platform": "^1.0.0-rc.3",
30+
"@webcomponents/custom-elements": "^1.0.0",
31+
"@webcomponents/html-imports": "^1.0.0",
32+
"@webcomponents/shadycss": "^1.0.0",
33+
"@webcomponents/shadydom": "^1.0.0",
34+
"@webcomponents/template": "^1.0.0",
35+
"@webcomponents/webcomponents-platform": "^1.0.0",
3636
"babel-preset-babili": "0.0.12",
3737
"bower": "^1.8.0",
3838
"del": "^2.2.2",

0 commit comments

Comments
 (0)