Skip to content

Commit cda14df

Browse files
committed
Merge pull request #67 from paulirish/66
0.3.0 & package name, for npm
2 parents 25068e7 + b84ebce commit cda14df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Scott Jehl",
33
"name": "matchMedia",
44
"description": "matchMedia polyfill for testing media queries in JS",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"homepage": "http://github.com/paulirish/matchMedia.js",
77
"repository": {
88
"type": "git",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "Scott Jehl",
3-
"name": "matchMedia",
3+
"name": "matchmedia-polyfill",
44
"description": "matchMedia polyfill for testing media queries in JS",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"homepage": "http://github.com/paulirish/matchMedia.js",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)