Skip to content

Commit a0d81c3

Browse files
committed
Rename project to css-mediaquery
1 parent c146a9f commit a0d81c3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
CSS 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

78
License
@@ -11,4 +12,4 @@ This software is free to use under the Yahoo! Inc. BSD license.
1112
See 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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",
@@ -20,9 +20,9 @@
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",

0 commit comments

Comments
 (0)