vue-screen-size
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-screen-size", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get easy and reactive access to the width and height of your screen.", | ||
@@ -9,6 +9,6 @@ "author": "John Datserakis <johndatserakis@gmail.com>", | ||
"type": "git", | ||
"url": "git+https://github.com/promosis/vue-screen-size.git" | ||
"url": "git+https://github.com/johndatserakis/vue-screen-size.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/promosis/vue-screen-size/issues" | ||
"url": "https://github.com/johndatserakis/vue-screen-size/issues" | ||
}, | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"watch": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"watch:vue-cli": "vue serve ./src/vue-screen-size.vue", | ||
"build": "rm -rf ./dist npm run build:unpkg & npm run build:es & npm run build:umd & npm run build:unpkg", | ||
"build": "npm run test && npm run build:example && npm run build:library", | ||
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-screen-size.umd.js", | ||
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-screen-size.esm.js", | ||
"build:unpkg": "rollup --config build/rollup.config.js --format iife --file dist/vue-screen-size.min.js", | ||
"build:library": "rm -rf ./dist npm run build:umd & npm run build:es & npm run build:umd & npm run build:unpkg", | ||
"build:example": "rm -rf ./docs && cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
@@ -37,0 +37,0 @@ "test": "jest" |
@@ -7,6 +7,6 @@ # vue-screen-size | ||
<a href="https://www.npmjs.com/package/vue-screen-size"><img src="https://img.shields.io/npm/v/vue-screen-size.svg" alt="NPM Version"></a> | ||
<a href="https://www.npmjs.com/package/vue-screen-size"><img src="https://img.shields.io/npm/dt/vue-screen-size.svg" alt="NPM Downloads"></a> | ||
<a href="https://www.npmjs.com/package/vue-screen-size"><img src="https://img.shields.io/npm/dm/vue-screen-size.svg" alt="NPM Downloads"></a> | ||
<a href="http://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a> | ||
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fpromosis%2Fvue-screen-size&text=Check%20out%20vue-screen-size%20on%20GitHub&via=promosis"> | ||
<img src="https://img.shields.io/twitter/url/https/github.com/promosis/vue-screen-size.svg?style=social" alt="Tweet"></a> | ||
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fjohndatserakis%2Fvue-screen-size&text=Check%20out%20vue-screen-size%20on%20GitHub&via=johndatserakis"> | ||
<img src="https://img.shields.io/twitter/url/https/github.com/johndatserakis/vue-screen-size.svg?style=social" alt="Tweet"></a> | ||
</p> | ||
@@ -16,7 +16,7 @@ | ||
[View demo](https://promosis.github.io/vue-screen-size/) | ||
[View demo](https://johndatserakis.github.io/vue-screen-size/) | ||
[View on npm](https://www.npmjs.com/package/vue-screen-size) | ||
[View on GitHub](https://github.com/promosis/vue-screen-size) | ||
[View on GitHub](https://github.com/johndatserakis/vue-screen-size) | ||
@@ -117,2 +117,2 @@ ### Install | ||
Packaged with a mixture of [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) and [vue-sfc-rollup](https://github.com/team-innovation/vue-sfc-rollup). | ||
Packaged with a mixture of [vue-lib-template](https://github.com/biigpongsatorn/vue-lib-template) and [vue-sfc-rollup](https://github.com/team-innovation/vue-sfc-rollup). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1078683
116
853