Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-02-05 08:03:10 +0300
committerChris Rebert <code@rebertia.com>2015-02-05 08:03:10 +0300
commit9cceebc981f7aaae96ad0a1033e948c0dc9b27ab (patch)
tree50b36ae28d54c888672542bd930c4e0c228dc2e4 /package.json
parentb527c5bdb2033c42eaeef36ddd0bd03c0ca655de (diff)
rename & move package: cvrebert/mq4-hover-hover-shim => twbs/mq4-hover-shimv0.1.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 55ae2e9..dfd91d6 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
{
- "name": "mq4-hover-hover-shim",
- "version": "0.0.4",
+ "name": "mq4-hover-shim",
+ "version": "0.1.0",
"description": "A shim for the Media Queries Level 4 `hover` @media feature",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
- "url": "https://github.com/cvrebert/mq4-hover-hover-shim.git"
+ "url": "https://github.com/twbs/mq4-hover-shim.git"
},
"keywords": [
"media",
@@ -28,9 +28,9 @@
},
"license": "MIT",
"bugs": {
- "url": "https://github.com/cvrebert/mq4-hover-hover-shim/issues"
+ "url": "https://github.com/twbs/mq4-hover-shim/issues"
},
- "homepage": "https://github.com/cvrebert/mq4-hover-hover-shim",
+ "homepage": "https://github.com/twbs/mq4-hover-shim",
"dependencies": {
"css-mediaquery": "^0.1.2",
"postcss": "^4.0.0"
@@ -57,6 +57,6 @@
"dependencies": {
"jquery": ">=1.11.2"
},
- "main": "dist/cjs/mq4-hover-hover-shim"
+ "main": "dist/cjs/mq4-hover-shim"
}
}