-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2eb5f5
commit 676a111
Showing
7 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
bower_components/ | ||
bower_components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
core-media-query | ||
================ | ||
|
||
See the [component page](http://polymer-project.org/docs/elements/core-elements.html#core-media-query) for more information. | ||
# iron-media-query |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,31 @@ | ||
{ | ||
"name": "core-media-query", | ||
"name": "iron-media-query", | ||
"version": "0.8.0", | ||
"private": true, | ||
"main": "core-media-query.html", | ||
"authors": [ | ||
"Frankie Fu <[email protected]>", | ||
"The Polymer Authors" | ||
], | ||
"repository": "https://github.com/Polymer/core-media-query/tree/0.8-preview", | ||
"keywords": [ | ||
"web-components", | ||
"web-component", | ||
"polymer" | ||
], | ||
"main": "index.html", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/PolymerElements/iron-media-query" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/PolymerElements/iron-media-query", | ||
"ignore": [ | ||
], | ||
"dependencies": { | ||
"polymer": "Polymer/polymer#0.8-preview" | ||
"polymer": "Polymer/polymer#v0.8.0-rc.4" | ||
}, | ||
"devDependencies": { | ||
"webcomponentsjs": "webcomponents/webcomponentsjs#master", | ||
"webcomponentsjs": "webcomponents/webcomponentsjs#~0.6.1", | ||
"web-component-tester": "Polymer/web-component-tester#^2.2.3", | ||
"test-fixture": "Polymer/test-fixture#master" | ||
"test-fixture": "PolymerElements/test-fixture#^0.8.0", | ||
"iron-doc-viewer": "PolymerElements/iron-doc-viewer#^0.8.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters