File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11CSS Media Query
22===============
33
4- Parses and determines if a given CSS Media Query matches a set of values.
4+ Parses and determines if a given CSS Media Query matches a set of values via
5+ JavaScript.
56
67
78License
@@ -11,4 +12,4 @@ This software is free to use under the Yahoo! Inc. BSD license.
1112See the [ LICENSE file] [ ] for license text and copyright information.
1213
1314
14- [ LICENSE file ] : https://github.com/ericf/css-media-match /blob/master/LICENSE
15+ [ LICENSE file ] : https://github.com/ericf/css-mediaquery /blob/master/LICENSE
Original file line number Diff line number Diff line change 88 },
99 "repository" : {
1010 "type" : " git" ,
11- "url" : " git://github.com/ericf/css-media-match .git"
11+ "url" : " git://github.com/ericf/css-mediaquery .git"
1212 },
1313 "keywords" : [
1414 " css" ,
2020 "author" : " Eric Ferraiuolo <eferraiuolo@gmail.com>" ,
2121 "license" : " BSD" ,
2222 "bugs" : {
23- "url" : " https://github.com/ericf/css-media-match /issues"
23+ "url" : " https://github.com/ericf/css-mediaquery /issues"
2424 },
25- "homepage" : " https://github.com/ericf/css-media-match " ,
25+ "homepage" : " https://github.com/ericf/css-mediaquery " ,
2626 "devDependencies" : {
2727 "mocha" : " ~1.16.2" ,
2828 "chai" : " ~1.8.1" ,
You can’t perform that action at this time.
0 commit comments