Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit b697153

Browse files
author
DEWITTE Pierre-Alban
committed
Moving examples to have a clear disposition
1 parent 1c46a14 commit b697153

File tree

260 files changed

+57419
-8920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+57419
-8920
lines changed

analysis.json

Lines changed: 1724 additions & 3325 deletions
Large diffs are not rendered by default.

docs/components/font-roboto/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "font-roboto",
3-
"version": "1.0.3",
3+
"version": "1.0.2",
44
"description": "An HTML import for Roboto",
55
"authors": [
66
"The Polymer Authors"
@@ -19,11 +19,11 @@
1919
"ignore": [
2020
"/.*"
2121
],
22-
"_release": "1.0.3",
22+
"_release": "1.0.2",
2323
"_resolution": {
2424
"type": "version",
25-
"tag": "v1.0.3",
26-
"commit": "6b16584ff654fea05d6bf3e812fb8b225202663f"
25+
"tag": "v1.0.2",
26+
"commit": "ad31da796c12dfa4a83526afe6ff6190ad29643f"
2727
},
2828
"_source": "https://github.com/PolymerElements/font-roboto.git",
2929
"_target": "^1.0.1",

docs/components/font-roboto/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "font-roboto",
3-
"version": "1.0.3",
3+
"version": "1.0.1",
44
"description": "An HTML import for Roboto",
55
"authors": [
66
"The Polymer Authors"

docs/components/font-roboto/roboto.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Code distributed by Google as part of the polymer project is also
88
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
-->
10-
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic" crossorigin="anonymous">
10+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic" crossorigin="anonymous">
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "hydrolysis",
3+
"main": "hydrolysis.js",
4+
"ignore": [
5+
"lib/",
6+
"examples/",
7+
"demo/",
8+
"test/",
9+
".gitignore",
10+
"gulpfile.js",
11+
"package.json"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/Polymer/hydrolysis.git"
16+
},
17+
"devDependencies": {
18+
"polymer": "Polymer/polymer#^0.9.0",
19+
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
20+
"web-component-tester": "*"
21+
},
22+
"version": "1.24.1",
23+
"homepage": "https://github.com/Polymer/hydrolysis",
24+
"_release": "1.24.1",
25+
"_resolution": {
26+
"type": "version",
27+
"tag": "v1.24.1",
28+
"commit": "050dee00a3f3bc8d63d27aa613d7a0eb92ff7eb2"
29+
},
30+
"_source": "https://github.com/Polymer/hydrolysis.git",
31+
"_target": "^1.18",
32+
"_originalSource": "Polymer/hydrolysis"
33+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
2+
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
3+
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
4+
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
5+
# Code distributed by Google as part of the polymer project is also
6+
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
7+
8+
# Polymer EditorConfig
9+
10+
root = true
11+
12+
[*]
13+
charset = utf-8
14+
indent_size = 2
15+
indent_style = space
16+
trim_trailing_whitespace = true
17+
18+
[*.md]
19+
trim_trailing_whitespace = false
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
node_modules
2+
bower_components
3+
.DS_Store
4+
.idea
5+
6+
typings/
7+
8+
# Our typescript source and the ES6 it emits
9+
src/
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"
4+
- "0.12"
5+
- "4"
6+
sudo: false
7+
before_script:
8+
- npm run init
9+
script:
10+
- npm run testNode

0 commit comments

Comments
 (0)