File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
CSS Media Query
2
2
===============
3
3
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.
5
6
6
7
7
8
License
@@ -11,4 +12,4 @@ This software is free to use under the Yahoo! Inc. BSD license.
11
12
See the [ LICENSE file] [ ] for license text and copyright information.
12
13
13
14
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 8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git://github.com/ericf/css-media-match .git"
11
+ "url" : " git://github.com/ericf/css-mediaquery .git"
12
12
},
13
13
"keywords" : [
14
14
" css" ,
20
20
"author" : " Eric Ferraiuolo <eferraiuolo@gmail.com>" ,
21
21
"license" : " BSD" ,
22
22
"bugs" : {
23
- "url" : " https://github.com/ericf/css-media-match /issues"
23
+ "url" : " https://github.com/ericf/css-mediaquery /issues"
24
24
},
25
- "homepage" : " https://github.com/ericf/css-media-match " ,
25
+ "homepage" : " https://github.com/ericf/css-mediaquery " ,
26
26
"devDependencies" : {
27
27
"mocha" : " ~1.16.2" ,
28
28
"chai" : " ~1.8.1" ,
You can’t perform that action at this time.
0 commit comments