We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46ef07 commit f91c6deCopy full SHA for f91c6de
HISTORY.md
@@ -0,0 +1,7 @@
1
+CSS Media Query Change History
2
+==============================
3
+
4
+0.1.0 (2014-01-08)
5
+------------------
6
7
+* Initial public release.
package.json
@@ -1,6 +1,6 @@
{
"name": "css-mediaquery",
- "version": "0.0.0",
+ "version": "0.1.0",
"description": "Parses and determines if a given CSS Media Query matches a set of values.",
"main": "index.js",
"scripts": {
0 commit comments