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

Commit

Permalink
Update dependencies and builds
Browse files Browse the repository at this point in the history
- Add hi-sd package for Firefox Nightly
- Update dependencies
  - custom-elements to 1.0.8
  - html-imports to 1.1.1
  - shadycss to 1.1.1
  - shadydom to 1.0.12
  • Loading branch information
dfreedm committed Jan 22, 2018
1 parent 4928f11 commit 6dafe8c
Show file tree
Hide file tree
Showing 15 changed files with 882 additions and 989 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/webcomponents*.js binary
/webcomponents*.js.map binary
/webcomponents-loader.js -binary
/webcomponents-loader.js -binary
/package-lock.json binary
1,018 changes: 455 additions & 563 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@
},
"homepage": "https://webcomponents.org/polyfills",
"devDependencies": {
"@webcomponents/custom-elements": "^1.0.6",
"@webcomponents/html-imports": "^1.1.0",
"@webcomponents/shadycss": "^1.1.0",
"@webcomponents/shadydom": "^1.0.11",
"@webcomponents/custom-elements": "^1.0.8",
"@webcomponents/html-imports": "^1.1.1",
"@webcomponents/shadycss": "^1.1.1",
"@webcomponents/shadydom": "^1.0.12",
"@webcomponents/template": "^1.2.2",
"@webcomponents/webcomponents-platform": "^1.0.0",
"babel-preset-minify": "^0.2.0",
"del": "^3.0.0",
"es6-promise": "^4.1.1",
"eslint": "^4.13.1",
"es6-promise": "4.1.x",
"eslint": "^4.16.0",
"google-closure-compiler": "^20171203.0.0",
"gulp": "^3.8.8",
"gulp-add-src": "^0.2.0",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-sourcemaps": "^2.6.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-stream": "=1.23",
"run-sequence": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"web-component-tester": "^6.4.1"
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2",
"web-component-tester": "^6.5.0"
},
"publishConfig": {
"access": "public"
Expand Down
86 changes: 43 additions & 43 deletions webcomponents-hi-ce.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webcomponents-hi-ce.js.map

Large diffs are not rendered by default.

220 changes: 110 additions & 110 deletions webcomponents-hi-sd-ce.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webcomponents-hi-sd-ce.js.map

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions webcomponents-hi-sd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webcomponents-hi-sd.js.map

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions webcomponents-hi.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webcomponents-hi.js.map

Large diffs are not rendered by default.

274 changes: 137 additions & 137 deletions webcomponents-lite.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webcomponents-lite.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions webcomponents-sd-ce.js

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

2 changes: 1 addition & 1 deletion webcomponents-sd-ce.js.map

Large diffs are not rendered by default.

0 comments on commit 6dafe8c

Please sign in to comment.